W~C停用

导航

在webpack中使用Vue时报错:You are using the runtime-only build of Vue where the template compiler is not available

在webpack的配置文件中加入以下代码:

resolve:{
        alias:{
        'vue$':'vue/dist/vue.esm.js'
        }
      }

posted on 2021-02-19 21:36  W~C停用  阅读(42)  评论(0编辑  收藏  举报