Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS Error Module '"vue-draggable-plus"' has no exported member 'VueDraggable' #214

Open
throrin19 opened this issue Nov 20, 2024 · 0 comments

Comments

@throrin19
Copy link

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 :
image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant