(I'm using Vuetify and NuxtJS)
I get this error when I'm trying to implement the component : v-file-input
file.vue :
<template>
<v-file-input
counter
multiple
show-size
truncate-length="15"
></v-file-input>
</template>
I just have this problem in this file, not in other one.
When I copy paste some other code from my project in this file, it works, if I don't modify it.
Any idea why it happens ?
