unplugin-vue-complex-types
: Resolve Complex Types in Vue SFCs
#9517
so1ve
started this conversation in
Show and tell
Replies: 1 comment
-
Wow, GREAT WORK! This tool must be recommended in the official documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My tweet: https://twitter.com/so1v3/status/1719263930072330584
Project: https://github.com/unplugin/unplugin-vue-complex-types
This is an unplugin for various kind of bundlers, it uses
@vue/language-core
under the hood to support complex types for Vue Macros (e.g.defineProps
).It resolves: #8612, #8286, #8348, #4294, #8468.
It supports Vue 2.7, which means you can use imported types although Vue 2.7 doesn't support it yet.
Beta Was this translation helpful? Give feedback.
All reactions