每個Vue.js 的應用程式都是從Vue 建構式(vue constructor) 建立根實體(root vue instance) 開始,再一個 ... 監聽事件:使用V-on 或 $on (後者主要會用在event bus)
確定! 回上一頁