基于vue的文件分片上传 demo
inleft
2022-01-12 5c4f0c6483db9a719c952795c20ef6caaa73d5e1
commit | author | age
5c4f0c 1 module.exports = {
I 2     presets: ["@vue/app"],
3     plugins: [
4         [
5             "import",
6             {
7                 libraryName: "ant-design-vue",
8                 libraryDirectory: "es",
9                 style: true
10             }
11         ]
12     ]
13 };