You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.在页面中的button组件属性的ref中命名“buttonTL”
2.在页面中的另外一个button组件的方法中,打印this.$("buttonTL"),预览页面点击按钮,获取到组件实例,但是直接给组件实例赋值buttonTL.text = "文案修改";就报错了 :TypeError: 'set' on proxy: trap returned falsish for property 'text'
at Object.onClickNew6 (:184:21)
at Proxy. (:74:30)
at _createElementVNode.onClick._cache.._cache. (:271:87)
Step to reproduce
1.在页面中的button组件属性的ref中命名“buttonTL”
2.在页面中的另外一个button组件的方法中,打印this.$("buttonTL"),预览页面点击按钮,获取到组件实例,但是直接给组件实例赋值buttonTL.text = "文案修改";就报错了 :TypeError: 'set' on proxy: trap returned falsish for property 'text'
at Object.onClickNew6 (:184:21)
at Proxy. (:74:30)
at _createElementVNode.onClick._cache.._cache. (:271:87)