说说 Vue.js 组件

使用 Vue.js 组件,可以提高控件及其 JS 能力的可复用性。 1 定义第一个组件 Vue.js 组件需要注册后才可以使用,注册分为全局注册和局部注册。全局注册后,任何 vue 实例都可以用这个组件。 html: <div id="app"> <deniro-component></deniro-component> </div> js: Vue.component('deniro-c
相关文章
相关标签/搜索