Closed asvae closed 2 years ago
We also need to remove all deprecated mixins after composition api conversion is done.
Update on this issue:
So after merging this two PRs we can finally remove vue-class-component
.
VaCollapse
Looks like we mistakenly moved to composition API VaCollapse
in the docs
instead of the actual component :)
packages/docs/src/pages/ui-elements/collapse.vue
Also some other components are marked as resolved though they are still using VueClassComponent
:
VaDropdown
VaFormReset
VaPopover
- [ ]
VaCollapse
Looks like we mistakenly moved to composition API
VaCollapse
in thedocs
instead of the actual component :) packages/docs/src/pages/ui-elements/collapse.vueAlso some other components are marked as resolved though they are still using
VueClassComponent
:* [ ] `VaDropdown` * [ ] `VaFormReset` * [ ] `VaPopover`
These components are in docs/nuxt-rework :( Sorry.
closes #567 after all components refactored.