微信小程序报错[Vue warn]: Property “tofixed“ was accessed during render but is not defined on instance.
微信小程序报错[Vue warn]: Property "tofixed" was accessed during render but is not defined on instance.
·
问题
在HBuilderX中用uni-app开发的应用,发布到微信小程序报错[Vue warn]: Property "tofixed" was accessed during render but is not defined on instance.
在HBuilderX的应用代码片段如下,使用了过滤器:
定义了过滤器:
问题原因及修改方法
应用使用的是Vue3版本,但Vue3版本已经移除了过滤器,所以出现上述问题。
下面是Vue3官网的说明:
https://v3-migration.vuejs.org/zh/breaking-changes/
所以,代码中就不使用过滤器了,代码如下修改:
现在运行到微信开发者工具,正常了:
更多推荐
已为社区贡献1条内容
所有评论(0)