Vue.js官方文檔總結

在 Vue 裏,一個組件本質上是一個擁有預約義選項的一個 Vue 實例,這些預約義選項被封裝到一個對象字面量中,做爲選項對象傳入產生Vue實例的方法中。html // 定義名爲 todo-item 的新組件 Vue.component( 'todo-item', { template: '<li>這是個待辦項</li>' }) 如今你能夠用它構建另外一個組件模板:vue <ol> <!-- 建立一
相關文章
相關標籤/搜索