标签: javascript reactjs
我正在尝试使用带有反应的Drag and Drop模块。我使用bower安装了它,并在我的网页中添加了Draggable.js,Droppable.js和index.js文件,如下所示
Draggable.js
Droppable.js
index.js
<script type="text/javascipt" src="path to file.js"></script>
然而,当我运行我的应用程序时,我得到3个错误
未捕获的SyntaxError:意外的令牌导入
并指向先前导入的3个文件
任何人都可以为这个问题提供合适的解决方案