wheatjs / vite-plugin-vue-type-imports

Import types in Vue SFC for defineProps
223 stars 17 forks source link

Support for Vue 2.7 #39

Closed y-a-ava closed 2 years ago

y-a-ava commented 2 years ago

the peer dependencies for this plugin are: "@vue/compiler-sfc": "^3.2.24", "vue": "^3.2.24"

i tested it with vue 2.7 using npm i --force, and it works as expected. any reason for not supporting it?

Zolyn commented 1 year ago

Try 0.2.4

y-a-ava commented 1 year ago

Try 0.2.4

working! thanks a lot for the speedy response and release!