您当前的位置: 首页 >  json

王佳斌

暂无认证

  • 2浏览

    0关注

    821博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

uni - app - Property or method “toJSON“ is not defined on the instance but referenced during render.

王佳斌 发布时间:2021-01-12 17:28:16 ,浏览量:2

完整报错
## SEO

[Vue warn]: Property or method "toJSON" is not defined on the instance but referenced during render. 
Make sure that this property is reactive, either in the data option, or for class-based components, 
by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.

在这里插入图片描述

解决方法

在当前报错页面,methods 方法中加入以下代码:

toJSON(){}

如下示例(什么都不需要写): 在这里插入图片描述

关注
打赏
1665568777
查看更多评论
立即登录/注册

微信扫码登录

0.0364s