vue-agile
vue-agile copied to clipboard
[Vue Router warn]: uncaught error during route navigation:
after importing the dependency into my component:
import VueAgile from 'vue-agile';
this error prevents my component from rendering anything.
PS: I have tried editing my vite.config.ts
file as said in the previous issue. `issue #237
Hey, if you do the import like this:
import { VueAgile } from 'vue-agile';
it should work I think :)