vuetify-mask icon indicating copy to clipboard operation
vuetify-mask copied to clipboard

does not work properly in nuxt

Open thecommandsystem opened this issue 3 years ago • 2 comments

I got this error "Unknown custom element: "

thecommandsystem avatar Jul 28 '21 08:07 thecommandsystem

Not tested in nuxt.

juareznasato avatar Oct 06 '21 13:10 juareznasato

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" }, ],

kacou12 avatar Jan 19 '22 17:01 kacou12