Closed elgorro closed 3 years ago
Sorry for confusion - I got this with 5.0.0
!
Oh! 🤔 I will investigate
@elgorro I don't think you did? See https://unpkg.com/browse/vue-material-design-icons@5.0.0/ArrowRight.vue
There's no functional
in there. You may have updated your manifest and forgot to run install?
You're right - something was maybe cached in my IDE! Now it shows the correct error in another dep, which is still using Vue2 respectivly 4.*
.
"VueCompilerError: <template functional> is no longer supported in Vue 3, since functional components no longer have significant performance difference from stateful ones. Just use a normal <template> instead."