I am using "vue": "^3.0.0" and trying to use some Reactivity in Depth from vue. But got the error
Module '"vue"' has no exported member 'reactive'
Module '"vue"' has no exported member 'ref'
Documentation here: https://v3.vuejs.org/guide/reactivity.html#what-is-reactivity
More detail on package.json
"vue-class-component": "^8.0.0-0",
"vue-property-decorator": "^9.1.2",
...
"@vue/compiler-sfc": "^3.0.0",
