-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frontend migration to vue3 #5121
Comments
Current lint erros:
|
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
May 4, 2024
That we are ready for vue3 as soon as the calendar works. Issue: ecamp#5121
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
May 5, 2024
That we are ready for vue3 as soon as the calendar works. Issue: ecamp#5121
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
May 5, 2024
That we are ready for vue3 as soon as the calendar works. Issue: ecamp#5121
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
May 5, 2024
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
May 12, 2024
Turn off the following rules for now: "vue/no-deprecated-dollar-scopedslots-api": "off", "vue/no-deprecated-slot-attribute": "off", "vue/no-deprecated-slot-scope-attribute": "off", because i could not get the new syntax to work. That we are ready for vue3 as soon as the calendar works. Issue: ecamp#5121
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
May 12, 2024
That we have tests when we turn the following rules on: "vue/no-deprecated-dollar-scopedslots-api": "off", "vue/no-deprecated-slot-attribute": "off", "vue/no-deprecated-slot-scope-attribute": "off", Issue: ecamp#5121 Related to: ecamp#5170, ecamp#5122
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
May 12, 2024
Because vite-plugin-vue2-svg does not support vue3. Only worked when converting vite.config.js to an esm file by renaming it to .mjs. vite-plugin-svg4vue is not the most popular package for this, this would be https://www.npmjs.com/package/vite-svg-loader, but that does not support vue2. Issue: ecamp#5121 We can also wait to merge this short before we want to upgrade to vue3. Also fixes https://github.com/ecamp/ecamp3/security/dependabot/178
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
May 26, 2024
Because vite-plugin-vue2-svg does not support vue3. Only worked when converting vite.config.js to an esm file by renaming it to .mjs. vite-plugin-svg4vue is not the most popular package for this, this would be https://www.npmjs.com/package/vite-svg-loader, but that does not support vue2. Issue: ecamp#5121 We can also wait to merge this short before we want to upgrade to vue3. Also fixes https://github.com/ecamp/ecamp3/security/dependabot/178
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
Jun 2, 2024
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
Jun 2, 2024
Turn off the following rules for now: "vue/no-deprecated-dollar-scopedslots-api": "off", "vue/no-deprecated-slot-attribute": "off", "vue/no-deprecated-slot-scope-attribute": "off", because i could not get the new syntax to work. That we are ready for vue3 as soon as the calendar works. Issue: ecamp#5121
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
Jun 2, 2024
BacLuc
added a commit
to BacLuc/ecamp3
that referenced
this issue
Jul 8, 2024
Because vite-plugin-vue2-svg does not support vue3. Only worked when converting vite.config.js to an esm file by renaming it to .mjs. vite-plugin-svg4vue is not the most popular package for this, this would be https://www.npmjs.com/package/vite-svg-loader, but that does not support vue2. Issue: ecamp#5121 We can also wait to merge this short before we want to upgrade to vue3. Also fixes https://github.com/ecamp/ecamp3/security/dependabot/178 use v-html, because outputting the raw svg code into the element does not work in production.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Plan to upgrade to vue3:
We already have a playground for vue3 in #4456
But that we also make some steps in the direction of vue3, here my proposal for a plan.
The text was updated successfully, but these errors were encountered: