使用了import Sortable from 'sortablejs'后提示,如果去使用Sortable是不会报错的,求解
This dependency was not found:
To install it, you can run: npm install --save jquery'
找到原因了,webpack.base.conf.js 配置中写错了,在jquery后面多写了个'plugins: [
new webpack.ProvidePlugin({ $: "jquery", "window.jQuery": "jquery", })
]
548k questions
547k answers
4 comments
86.3k users