Clear and concise description of the problem
There is Vue 3.6.0 beta beta release that brings Vapor mode. Currently, the Vue 3 compiler implementation in unplugin-icons relies on @vue/compiler-sfc, so it does not work with pure Vapor apps created using createVaporApp().
Are there any plans to add support for Vapor mode, even though it hasn’t been fully released yet?
Suggested solution
I've been tinkering with it and found out the way to make icons work within vapor app bringing @vue/compiler-vapor: https://github.com/wvovaw/unplugin-icons/blob/vue3-vapor-compiler/src/core/compilers/vue3-vapor.ts
Alternative
No response
Additional context
No response
Validations
Clear and concise description of the problem
There is Vue 3.6.0 beta beta release that brings Vapor mode. Currently, the Vue 3 compiler implementation in unplugin-icons relies on
@vue/compiler-sfc, so it does not work with pure Vapor apps created usingcreateVaporApp().Are there any plans to add support for Vapor mode, even though it hasn’t been fully released yet?
Suggested solution
I've been tinkering with it and found out the way to make icons work within vapor app bringing
@vue/compiler-vapor: https://github.com/wvovaw/unplugin-icons/blob/vue3-vapor-compiler/src/core/compilers/vue3-vapor.tsAlternative
No response
Additional context
No response
Validations