-
Notifications
You must be signed in to change notification settings - Fork 10
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
Import warning #6
Comments
Same, I couldn't import it as recommended in the readme. I also tried the following:
Which results in a log of A temporary fix is to do the following:
|
@baffalop import { longClickDirective } from "vue-long-click"; @rubencanovaca |
using typescript in my project so i added: |
I think that the export is not correct. The ES6 validation give a warning in the import.
import { longClickDirective } from 'vue-long-click'
Maybe you could declare the variable
and then export it
or
The text was updated successfully, but these errors were encountered: