前几天在开发项目的时候遇到一个报错提示,然后具体报错提示如下所示:
vue.runtime.esm.js?a593:619 [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 internals. See: https://vuejs.org/v2/api/#data
vue.runtime.esm.js?a593:619 [Vue warn]: Property "type" must be accessed with "$data.type" because properties starting with "$" or "_" are not proxied in the Vue instance to prevent conflicts with Vue internals. See: https://vuejs.org/v2/api/#data
vue.runtime.esm.js?a593:619 [Vue warn]: Property "center" must be accessed with "$data.center" because properties starting with "$" or "_" are not proxied in the Vue instance to
版权声明:本文为CC1991_原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。