美文网首页
[Vue warn]: You are using the ru

[Vue warn]: You are using the ru

作者: 秦语川 | 来源:发表于2021-04-12 16:12 被阅读0次

    [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.

    处理方式:

    在vue项目下新建一个vue.config.js

    module.exports = {
      runtimeCompiler: true
    }
    

    即可解决!

    相关文章

      网友评论

          本文标题:[Vue warn]: You are using the ru

          本文链接:https://www.haomeiwen.com/subject/ehuxlltx.html