You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
` warning in ./node_modules/vue-property-decorator/lib/index.js
"export 'default' (reexported as 'Component') was not found in 'vue-class-component'
warning in ./node_modules/vue-property-decorator/lib/index.js
"export 'default' (reexported as 'Vue') was not found in 'vue'`
Vue 3 使用的vue-class-component 8.0+中已经不存在@component修饰符,现在使用的是@options
vuejs/vue-class-component#406
The text was updated successfully, but these errors were encountered: