Vue组件理解

1 关于组件javascript 组件能够扩展HTML元素,封装可重用的代码。 注册全局组件: Vue.component(tagName,options)的形式。如:java Vue.component('my-component',{ template:'<div>This is my component</div>' }); 组件注册须要在初始化根实例以前进行,即先注册组件,再初始化
相关文章
相关标签/搜索