You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thanks for your library it works fine. But I have a problem, your library works but I have a TS2305 error when I try to import any vueDraggable members :
In VSCode :
When I run a typescript check command : vue-tsc --build --force :
error TS2305: Module '"vue-draggable-plus"' has no exported member 'VueDraggable'.
96 import { VueDraggable } from 'vue-draggable-plus';
~~~~~~~~~~~~
Found 1 error.
I try on 0.5.4 and 0.6.0 version and I'm using vue 3.5.13 and TS 5.6.3
The text was updated successfully, but these errors were encountered:
Hello,
First thanks for your library it works fine. But I have a problem, your library works but I have a TS2305 error when I try to import any vueDraggable members :
In VSCode :
When I run a typescript check command :
vue-tsc --build --force
:I try on 0.5.4 and 0.6.0 version and I'm using vue 3.5.13 and TS 5.6.3
The text was updated successfully, but these errors were encountered: