-
-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request