关于vue2.0组件使用

在component里面有多种情况,其实很多情况下都是从别的组件导入此组件

  1. 导入组件
    本组件写

导入组件


  1. 注册component
    全局注册组件

局部注册component


  1. 使用component
// xxx.vue 文件里面使用

你可能感兴趣的:(关于vue2.0组件使用)