牛骨文教育服务平台(让学习变的简单)
博文笔记

vue常见问题

创建时间:2018-02-03 投稿人: 浏览次数:531
1、vue.runtime.esm.js:574 [Vue warn]: 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.

答:在webpack中添加如下配置就可以解决:
module.export{
    ...
    resolve:{
        alias:{
            "vue$":"vue/dist/vue.js"
        }
    }
}


声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。