Prepare for `@nextcloud/vue` v8
susnux opened this issue · 0 comments
susnux commented
The next @nextcloud/vue
version, version 8, has some breaking changes as some deprecated components and properties were removed. For notes at least this places need to be adjusted:
- Deprecated
NcAppNavigationCounter
was removed and should replaced withNcCounterBubble
- Deprecated
NcMultiselect
was removed and should be replaced withNcSelect
notes/src/components/Sidebar.vue
Line 25 in 50a8500
Both replacements are already available in current 7.x release, migration is already possible.
For more information see this tracker issue nextcloud-libraries/nextcloud-vue#4223