在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' } }
在webpack的配置文件中加入以下代码:
resolve:{ alias:{ 'vue$':'vue/dist/vue.esm.js' } }