vue-agile icon indicating copy to clipboard operation
vue-agile copied to clipboard

[Vue Router warn]: uncaught error during route navigation:

Open fritzdultimate opened this issue 2 years ago • 1 comments

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

vue-agile-issue

fritzdultimate avatar May 05 '22 20:05 fritzdultimate

Hey, if you do the import like this: import { VueAgile } from 'vue-agile'; it should work I think :)

Melanie2598 avatar Sep 28 '22 11:09 Melanie2598