vue项目开发中的问题:Failed to mount component: template or render function not defined.

1.错误提示

vue.runtime.esm.js?2b0e:619 [Vue warn]: Failed to mount component: template or render function not defined.

found in

---> <Anonymous>
      <App> at src/App.vue
        <Root>

2.解决方法

在这里插入图片描述
将这种引入方法修改为以下这种就好了

在这里插入图片描述


版权声明:本文为yhl_nsd原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。