[Vue warn]: Property "visible" must be accessed with "$data

Vue项目 报错

[Vue warn]: Property "visible" must be accessed with "$data.visible" because properties starting with "$" or "_" are not proxied in the Vue instance to prevent conflicts with Vue internalsSee: https://vuejs.org/v2/api/#data

昨天遇到了这个问题,搜了各种答案找不到原因,很懵逼

[Vue warn]: Property "visible" must be accessed with "$data

原因如下!

[Vue warn]: Property "visible" must be accessed with "$data

是的,就是这么无语的操作,这边把error对象传进去了

此处改成 err.message 即可

[Vue warn]: Property "visible" must be accessed with "$data

上一篇:关于apache配置(虚拟主机)


下一篇:.Net Core微服务入门全纪录(二)——Consul-服务注册与发现(上)