Vue Vapor & Vue runtime? #13956
-
My understanding, which might not be right, is when using vapor mode at the app level you are going to still be required to have the vue runtime? If your using createVaporApp shouldn't you not need the vue runtime at all since you will not need the flexibility to use VDOM & Signals? Maybe this is a temp measure & in the end you won't need the vue runtime? I thought most of the frameworks that use signals like Svelte 5 & SolidJS don't pretty much have a runtime? thanks...... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If all of your components (including those coming from libraries) are using Vapor then you don't need the runtime. See https://github.com/vuejs/core/blob/minor/CHANGELOG.md#about-vapor-mode. |
Beta Was this translation helpful? Give feedback.
If all of your components (including those coming from libraries) are using Vapor then you don't need the runtime.
See https://github.com/vuejs/core/blob/minor/CHANGELOG.md#about-vapor-mode.