We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vue项目中按照说明引入了vue-kanban,重启时页面报错如下 Uncaught SyntaxError: Unexpected token import
检查后发现 kanban.vue中 import dragula from 'dragula';这个组件引入失败,请教大神,这个怎么回事情。拜谢,大佬能否
The text was updated successfully, but these errors were encountered:
This sounds like a babel issue. Can you share more info on your build system?
Sorry, something went wrong.
No branches or pull requests
vue项目中按照说明引入了vue-kanban,重启时页面报错如下
Uncaught SyntaxError: Unexpected token import
检查后发现
kanban.vue中
import dragula from 'dragula';这个组件引入失败,请教大神,这个怎么回事情。拜谢,大佬能否
The text was updated successfully, but these errors were encountered: