vue组件使用

1、定义组件


2、导入组件

import test_bbb form './test'

3、注册组件

export default {
    components:{test_bbb},
}

4、组件使用


你可能感兴趣的:(vue组件使用)