vue 组件注册 组件命名

组件注册 在注册一个组件的时候,咱们始终须要给它一个名字。好比在全局注册的时候咱们已经看到了:webpack Vue.component('my-component-name', { /* ... */ }) 该组件名就是 Vue.component 的第一个参数。web 组件名大小写 使用 kebab-case Vue.component('my-component-name', { /* ..
相关文章
相关标签/搜索