vite-plugin-vue-type-imports icon indicating copy to clipboard operation
vite-plugin-vue-type-imports copied to clipboard

support Props extends X

Open sondh0127 opened this issue 3 years ago • 3 comments

image Is that posible to make defineProps work like this image

sondh0127 avatar Dec 21 '21 03:12 sondh0127

tbh I'm trying to keep this library pretty minimal as just a stop gap until Vue implements this. When testing it I don't think they supported using extends. I'd try opening an issue in the Vue library first

wheatjs avatar Dec 21 '21 05:12 wheatjs

does this plugin support extends already?

hi-reeve avatar Sep 23 '22 09:09 hi-reeve

The plugin supports extends partially. See Known limitations for unsupported types.

You can find a simple example from here

Zolyn avatar Sep 23 '22 09:09 Zolyn