reedoo

Results 2 comments of reedoo

You can add a v-mask.d.ts file in your project, such as : ``` declare module 'v-mask' { import { DirectiveHook } from 'vue'; interface VueMaskDirectiveType { bind: DirectiveHook; componentUpdated: DirectiveHook;...

@VitAndrGuid could you explain what you mean about the composition API (I don't know much of it) ? What's new that makes the store less useful than before ?