kacou12
Results
2
comments of
kacou12
Yes it is possible, by putting a ref attribute on the vs upload tag, example: ref = "uploadImg" Then in some method, we get it with this.$refs.uploadmg.filesx
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" },...