yoyo930021 / vc2c

The vc2c project can convert vue class APIs to vue composition APIs in Vue.js components written in Typescript.
https://yoyo930021.github.io/vc2c/
MIT License
87 stars 20 forks source link

[deprecated] context.root.* #24

Open micene09 opened 3 years ago

micene09 commented 3 years ago

image

context.root was deprecated, getCurrentInstance or router composable should be used instead.