Skip to content

Commit ac071e5

Browse files
committed
fix:remove the sass warning and fix the issue of already know
1 parent 24134ee commit ac071e5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+4
-6623
lines changed

eslintrc/.eslintrc-auto-import.json

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"onServerPrefetch": true,
5858
"onUnmounted": true,
5959
"onUpdated": true,
60+
"orderFunc": true,
6061
"progressClose": true,
6162
"progressStart": true,
6263
"provide": true,

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue3-admin-plus",
33
"version": "2.2.0",
44
"license": "MIT",
5-
"author": "kuanghua",
5+
"author": "xiongmaoge",
66
"type": "module",
77
"packageManager": "[email protected]",
88
"scripts": {
@@ -100,7 +100,7 @@
100100
"prettier": "2.2.1",
101101
"resize-observer-polyfill": "^1.5.1",
102102
"rollup-plugin-visualizer": "^5.8.3",
103-
"sass": "^1.52.1",
103+
"sass": "1.77.6",
104104
"svg-sprite-loader": "6.0.11",
105105
"typescript": "^4.7.2",
106106
"unocss": "^0.58.3",

src/views/system/dept/AddEditModal.vue

-125
This file was deleted.

src/views/system/dept/index-hook.ts

-84
This file was deleted.

0 commit comments

Comments
 (0)