摘要: 组件基础 基本示例 这里有一个 Vue 组件的示例: // 定义一个名为 button-counter 的新组件 Vue.component('button-counter', { data: function () { return { count: 0 } }, template: '<butt 阅读全文
posted @ 2020-08-26 22:46 金鑫金 阅读(143) 评论(0) 推荐(0) 编辑
摘要: Unknown custom element: <blog-post> - did you register the component correctly? For recursive components, make sure to provide the "name" option. VUE小 阅读全文
posted @ 2020-08-26 22:25 金鑫金 阅读(1240) 评论(0) 推荐(0) 编辑