VNode 內的 data 會渲染為標籤屬性 <!DOCTYPE html> <html> <head> <...
其實你的問題都跟 v-model 有關,官網都有寫到這些用法,v-model 綁定在組件上預設會以 value 傳入子組件的 props,並使用 input 打...