// Define a new component called todo-item Vue.component('todo-item', { template: '<li>This is a todo</li>' }) var app = new Vue(...) Now you can compose it in ...
確定! 回上一頁