This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Description
` 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