Mixins are a way to distribute code to multiple components within vue.
Questions tagged [vue-mixin]
67 questions
26
votes
9 answers
unable to use Mixins in vue with typescript
I have a folder structure like this
--Page
-group.vue
--Services
-groupMixin.ts
script of group.vue