1、在父组件内 引入 需要的子组件

import list from './components/list.vue'

2、注册 组件

components:{
    list,
},

3、在template中需要的地方引用

<list></list>

 

Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐