【发布时间】:2021-03-20 20:03:33
【问题描述】:
我正在使用 "vue": "^3.0.0" 并尝试使用来自 vue 的一些 Reactivity in Depth。但是出错了
Module '"vue"' has no exported member 'reactive'
Module '"vue"' has no exported member 'ref'
甚至在这里记录:https://v3.vuejs.org/guide/reactivity.html#what-is-reactivity
更详细的包
"vue-class-component": "^8.0.0-0",
"vue-property-decorator": "^9.1.2",
...
"@vue/compiler-sfc": "^3.0.0",
【问题讨论】:
标签: vuejs3