Skip to content

chore/upgrade vue 3#8619

Draft
max-nextcloud wants to merge 7 commits into
mainfrom
chore/upgrade-vue-3
Draft

chore/upgrade vue 3#8619
max-nextcloud wants to merge 7 commits into
mainfrom
chore/upgrade-vue-3

Conversation

@max-nextcloud
Copy link
Copy Markdown
Collaborator

  • upgrade dependencies to vue3
  • replace new Vue with createApp
  • <var>.sync to v-model:<var>
  • fix imports
  • Vue.observable to reactive
  • from beforeDestroy() to beforeUnmount()
  • key attribute in v-for component

Signed-off-by: Max <max@nextcloud.com>
Also replace `Vue.extend` with `createApp` when it is needed.
In SourceView it can simply be dropped
as we already render SourceView with our own vue instance.

Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
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.

1 participant