Skip to content
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

fix(vue3): fix minor Vue3 warnings about migration #1533

Merged
merged 8 commits into from
Jul 1, 2024

Conversation

joseacabaneros
Copy link
Member

@joseacabaneros joseacabaneros commented Jun 20, 2024

Description

  • :aria-* with toString() to avoid attribute coercion https://v3-migration.vuejs.org/breaking-changes/attribute-coercion.html
  • Avoid using <template> for default slot definition because in Vue 3 will be treated as HTML native element.
    <template> tags with no special directives (v-if/else-if/else, v-for, or v-slot) are now treated as plain elements and will result in a native <template> element instead of rendering its inner content.
  • Removed unneeded ::v-deep because it will be an issue in Vue 3, and we can live without them.
  • Some code format.

Type of change

  • Vue 3 migration.

Base automatically changed from feat/EMP-4067-replace-disable-animation-mixin-by-use-disable-animation-composable to main June 24, 2024 15:31
…r-vue3-warnings

# Conflicts:
#	packages/_vue3-migration-test/src/components/animations/test-fade-and-slide.vue
@joseacabaneros joseacabaneros marked this pull request as ready for review June 26, 2024 15:21
@joseacabaneros joseacabaneros requested a review from a team as a code owner June 26, 2024 15:21
@joseacabaneros joseacabaneros merged commit 8b65ea7 into main Jul 1, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants