Welcome to 16892 Developer Community-Open, Learning,Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

在Vue2的项目升级Vue3时,Vue.set(person, 'name', 'xxx') 需要用什么替代

官网中这句话怎么理解:These global APIs in Vue 2.x are affected by this change:

  • Vue.set (only in compat builds)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.4k views
Welcome To Ask or Share your Answers For Others

1 Answer

没有替代的, vue3新增对象属性,vue也能侦测到,不用额外使用set方法,直接正常赋值就可以


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to 16892 Developer Community-Open, Learning and Share
...