import Card from './components/Card.vue'
Vue.component('m-card',Card)   // component是注册全局组件,在实例化VUE前调用,注册后可以全局使用 。 components是局部注册组件,注册后只能在当页调用。

相关文章:

  • 2021-10-12
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-09-24
  • 2022-12-23
猜你喜欢
  • 2021-12-10
  • 2021-12-11
  • 2021-08-29
  • 2022-12-23
相关资源
相似解决方案