vuetify-mask
vuetify-mask copied to clipboard
does not work properly in nuxt
I got this error "Unknown custom element:
Not tested in nuxt.
It work well , see this link https://codesandbox.io/s/rzfpe?file=/src/components/Integer.vue. And also in your nuxt.config.ts add the plugin to client mode At example : plugins: [ { src: "~/plugins/vuetify-mask", mode: "client" }, ],