You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build

参考:https://blog.csdn.net/wxl1555/article/details/83187647

 

可实现:

main。js

new Vue({
  router,
  store,
  render: h => h(App)
}).$mount("#app")

 

posted @ 2021-07-27 17:04  lude1994  阅读(45)  评论(0编辑  收藏  举报