Skip to content

Commit 56f9dc8

Browse files
committed
perf: layout显示用户信息优化
1 parent 1a56509 commit 56f9dc8

File tree

7 files changed

+403
-368
lines changed

7 files changed

+403
-368
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"@logicflow/core": "0.7.1",
3232
"@logicflow/extension": "0.7.1",
3333
"@pureadmin/components": "^1.0.6",
34-
"@vueuse/core": "^8.2.0",
34+
"@vueuse/core": "^8.2.5",
3535
"@vueuse/motion": "^2.0.0-beta.12",
36-
"@vueuse/shared": "^8.2.0",
36+
"@vueuse/shared": "^8.2.5",
3737
"animate.css": "^4.1.1",
3838
"axios": "^0.26.1",
3939
"cropperjs": "^1.5.12",
@@ -57,8 +57,8 @@
5757
"responsive-storage": "^1.0.11",
5858
"rgb-hex": "^4.0.0",
5959
"v-contextmenu": "3.0.0",
60-
"vue": "^3.2.31",
61-
"vue-i18n": "^9.2.0-beta.33",
60+
"vue": "^3.2.32",
61+
"vue-i18n": "^9.2.0-beta.35",
6262
"vue-json-pretty": "^2.0.2",
6363
"vue-router": "^4.0.14",
6464
"vue-types": "^4.1.1",
@@ -77,7 +77,7 @@
7777
"@iconify-icons/fluent": "^1.2.5",
7878
"@iconify-icons/ri": "^1.2.1",
7979
"@iconify-icons/uil": "^1.2.1",
80-
"@iconify/vue": "^3.2.0",
80+
"@iconify/vue": "^3.2.1",
8181
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
8282
"@pureadmin/theme": "^0.0.1",
8383
"@types/element-resize-detector": "1.1.3",
@@ -90,9 +90,9 @@
9090
"@types/qs": "^6.9.7",
9191
"@typescript-eslint/eslint-plugin": "^5.10.2",
9292
"@typescript-eslint/parser": "^5.10.2",
93-
"@vitejs/plugin-legacy": "^1.8.0",
93+
"@vitejs/plugin-legacy": "^1.8.1",
9494
"@vitejs/plugin-vue": "^2.3.1",
95-
"@vitejs/plugin-vue-jsx": "^1.3.9",
95+
"@vitejs/plugin-vue-jsx": "^1.3.10",
9696
"@vue/eslint-config-prettier": "^7.0.0",
9797
"@vue/eslint-config-typescript": "^10.0.0",
9898
"autoprefixer": "^10.4.2",
@@ -121,12 +121,12 @@
121121
"stylelint-config-standard": "^24.0.0",
122122
"stylelint-order": "^5.0.0",
123123
"typescript": "^4.6.3",
124-
"unplugin-element-plus": "^0.3.1",
125-
"vite": "^2.9.1",
124+
"unplugin-element-plus": "^0.3.4",
125+
"vite": "^2.9.2",
126126
"vite-plugin-mock": "^2.9.6",
127127
"vite-plugin-remove-console": "^0.0.7",
128128
"vite-plugin-style-import": "1.4.1",
129-
"vite-plugin-windicss": "^1.8.3",
129+
"vite-plugin-windicss": "^1.8.4",
130130
"vite-svg-loader": "2.2.0",
131131
"vue-eslint-parser": "^8.2.0",
132132
"windicss": "^3.5.1"

0 commit comments

Comments
 (0)