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

Migrating to Vue 3 #63

Open
12 tasks
lana-k opened this issue Jun 28, 2021 · 0 comments
Open
12 tasks

Migrating to Vue 3 #63

lana-k opened this issue Jun 28, 2021 · 0 comments

Comments

@lana-k
Copy link
Owner

lana-k commented Jun 28, 2021

  • emitting events on the root instance
  • :deep() instead of >>>
  • register component events in emits
  • .native is not needed
  • v-model uses different names
  • .sync is deprecated
  • $set is not needed
  • modal dialogs (v-modal) doesn't support vue 3 (migrate to vue-final-modal)
  • vue-final-modal doesn't work on @vue/compat ?
  • vuera and vue 3?
  • width attribute for img doesn't work - use CSS (icons in Logs.vue)
  • icons in Logs don't change to loading after 1 sec (setTimeout doesn't work?!)
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

No branches or pull requests

1 participant