Business-filings-ui: Replace calls to deprecated mixins
Open
ENTITY - DO NOT USE
Priority2
techdebt
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
Vue mixins are not supported by Vue3 and they can't be called by Vuex. Methods in the `date-mixin` and the `enum-mixin` have been deprecated and the logic moved to pure functions located in the /services subdirectory.
Replace existing calls to the deprecated mixins with calls to the new service.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.