vue+webpack 遇到的问题总结
Posted lolDragon
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue+webpack 遇到的问题总结相关的知识,希望对你有一定的参考价值。
1.错误1:TypeError:this.init is not a function
解决:安装相关的加载器,npm install vue-loader vue-html-loader vue-style-loader css-loader --save-dev
____________________________________________________________________________________________________________________________________________________________________
未完待续.....
____________________________________________________________________________________________________________________________________________________________________
以上是关于vue+webpack 遇到的问题总结的主要内容,如果未能解决你的问题,请参考以下文章
vue webpack 编译 遇到错误TypeError: this._init is not a function