Upgrading to Vue 3.4 #16765
-
I'm trying to upgrade my Quasar project to Vue 3.4 to try out the new shorthand functions. On the migration docs, they recommended to ensure the following dependencies:
I tried upgrading my vue to 3.4 and my eslints.
I noticed that my dependencies aren't up to the required version so I tried to upgrade them one by one to get @vitejs/plugin-vue up 5.0.3 (latest). However, it seems like @quasar/app-vite still relies on 2.3.4. Not sure if this is the cause, but the error still persists. Is this an issue of waiting for Quasar to support Vue 3.4, or am I missing something out? My project is pretty new so I'm not suspecting an issue of outdated libraries. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
That specific problem is happening because the VS Code extension Volar is not supporting v-bind shorthand yet. See vuejs/language-tools#3830 |
Beta Was this translation helpful? Give feedback.
That specific problem is happening because the VS Code extension Volar is not supporting v-bind shorthand yet. See vuejs/language-tools#3830