feat(任务处理): 页面图标库修改
Showing
... | ... | @@ -17,6 +17,7 @@ |
"commitlint": "commitlint --edit" | ||
}, | ||
"dependencies": { | ||
"@icon-park/vue": "^1.4.2", | ||
"@riophae/vue-treeselect": "0.4.0", | ||
"axios": "0.24.0", | ||
"clipboard": "2.0.8", | ||
... | ... | @@ -30,6 +31,7 @@ |
"js-beautify": "1.13.0", | ||
"js-cookie": "3.0.1", | ||
"jsencrypt": "3.0.0-rc.1", | ||
"lodash": "4.17.21", | ||
"nprogress": "0.2.0", | ||
"quill": "1.3.7", | ||
"screenfull": "5.0.2", | ||
... | ... | @@ -40,8 +42,7 @@ |
"vue-meta": "2.4.0", | ||
"vue-router": "3.4.9", | ||
"vuedraggable": "2.24.3", | ||
"vuex": "3.6.0", | ||
"lodash": "4.17.21" | ||
"vuex": "3.6.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "5.0.8", | ||
... | ... |
Please register or sign in to comment