Daniel Oliveira Rangel
Daniel Oliveira Rangel
You are right, but is weird in the home page show de component working.
Did you manage to resolve this issue? I am with the same bug.
Thank you! I think is because of this: vue@>= 2.5 < 2.7, required by @vue/[email protected]
This bug still exists and it would be nice to be fixed in the next version
I use vue-test-utils with jest 27 and TS 4.5 I did a simple test ```ts import { createVuetify } from 'vuetify' import * as components from 'vuetify/components' import * as...
``` ... import Vivus from 'vivus' import { ref, onMounted, computed, toRefs } from 'vue' interface Props { animate?: boolean } const props = withDefaults(defineProps(), { animate: true }) const...