zhaiduting
zhaiduting
  • 发布:2020-06-20 22:23
  • 更新:2023-08-08 17:08
  • 阅读:3376

HX创建的uni-app工程,有没有办法切换vue版本?想把Runtime Only切换为Runtime+Compiler

分类:uni-app

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

H5或者微信小程序运行时都会报错,缺少运行时的模板编译功能。想切换vue为Runtime+Compiler版的,文件可能会变大,大点没关系,只要不报错就行。

我尝试在项目根目录里面添加了一个 vue.config.js 文件,配置如下,可是没效果。求解

module.exports = {  
    runtimeCompiler: true  
}
2020-06-20 22:23 负责人:无 分享
已邀请:
云中千寻

云中千寻

请参考这篇文章:https://uniapp.dcloud.io/collocation/vue-config?id=collocation

runtimeCompiler 固定 false,会被编译配置覆盖!所以肯定无效!

a***@qq.com

a***@qq.com

解决了吗大神

1***@qq.com

1***@qq.com - 前端

遇到同样问题,有些页面无法打开,请问你是怎么解决的?

i***@hotmail.com

i***@hotmail.com

我也有这个需求

i***@hotmail.com

i***@hotmail.com

module.exports = {  
  // runtimeCompiler: true,  
  configureWebpack: {  
    resolve: {  
      alias: {  
        vue$: "vue/dist/vue.esm.js",  
      },  
    },  
  },  
};  

以上可以解决问题

  • s***@126.com

    加了这个是解决了,但是其他页面的接口都不调了

    2020-11-12 09:57

  • j***@wanda.com.cn

    回复 s***@126.com: 我也是,怎么解决

    2022-07-19 09:48

  • 9***@qq.com

    回复 s***@126.com: 解决了吗?

    2022-10-19 14:50

九头蛇万岁

九头蛇万岁 - 一个IT小草

大神,问题最后解决了吗,如何解决的?求指点

8***@qq.com

8***@qq.com

uniapp 怎么这么多坑啊

1***@qq.com

1***@qq.com

大神,问题最后解决了吗,如何解决的?求指点

要回复问题请先登录注册