Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.4k views
in Technique[技术] by (71.8m points)

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

在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)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...