在main.js中需要把组件挂载放在最下方。

new Vue({
  el: '#app',
  router,
  store, // 使用Vuex
  template: '<App/>',
  components: { App }
})

 

Logo

前往低代码交流专区

更多推荐