Commit bfac425d1e12943b55e9afb732a36d84f6a02404

Authored by vben
1 parent 7a6181e8

fix: the login tab page in tabs (#60)

package.json
... ... @@ -30,7 +30,7 @@
30 30 "nprogress": "^0.2.0",
31 31 "path-to-regexp": "^6.2.0",
32 32 "qrcode": "^1.4.4",
33   - "vditor": "^3.5.5",
  33 + "vditor": "^3.6.0",
34 34 "vite": "^1.0.0-rc.8",
35 35 "vue": "^3.0.2",
36 36 "vue-i18n": "^9.0.0-beta.6",
... ... @@ -43,7 +43,7 @@
43 43 "devDependencies": {
44 44 "@commitlint/cli": "^11.0.0",
45 45 "@commitlint/config-conventional": "^11.0.0",
46   - "@iconify/json": "^1.1.247",
  46 + "@iconify/json": "^1.1.248",
47 47 "@ls-lint/ls-lint": "^1.9.2",
48 48 "@purge-icons/generated": "^0.4.1",
49 49 "@types/echarts": "^4.8.3",
... ...
src/layouts/default/multitabs/index.tsx
... ... @@ -77,6 +77,7 @@ export default defineComponent({
77 77 }
78 78 },
79 79 {
  80 + flush: 'post',
80 81 immediate: true,
81 82 }
82 83 );
... ...
yarn.lock
... ... @@ -1045,10 +1045,10 @@
1045 1045 resolved "https://registry.npmjs.org/@iconify/iconify/-/iconify-2.0.0-rc.1.tgz#a8bae29d71016d5af98c69f56a73c4a040217b3a"
1046 1046 integrity sha512-ji5H04VjYtR4seIEgVVLPxg1KRhrFquOiyfPyLVS6vYPkuqV6bcWdssi05YSmf/OAzG4E7Qsg80/bOKyd5tYTw==
1047 1047  
1048   -"@iconify/json@^1.1.247":
1049   - version "1.1.247"
1050   - resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.247.tgz#cdea97edc76d37ce9ba04410659a72af4e60b780"
1051   - integrity sha512-Af4WbD4ejTIrU/ESCPquCHFuQQrMv8YpBFsbVycRfq+jBYUpDj+PorqkXm1fdob8d1txvKXpnhHRX8U0FgD5gQ==
  1048 +"@iconify/json@^1.1.248":
  1049 + version "1.1.248"
  1050 + resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.248.tgz#32556cf0e4a394c720349fbf90574d5cfb5c2c24"
  1051 + integrity sha512-wZPRBzozizKT1UIXZnHu/vyCol6KEq3whE72V6NsOCYOdEswlYXdP7X9A5Xrk2QOKSnhKHekYuCqt5w7A/JFYA==
1052 1052  
1053 1053 "@koa/cors@^3.1.0":
1054 1054 version "3.1.0"
... ... @@ -7954,10 +7954,10 @@ vary@^1.1.2:
7954 7954 resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
7955 7955 integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
7956 7956  
7957   -vditor@^3.5.5:
7958   - version "3.5.5"
7959   - resolved "https://registry.npmjs.org/vditor/-/vditor-3.5.5.tgz#03b7c965470fd434cd098e3f6ac6c7e65ca5a52a"
7960   - integrity sha512-NpBa0c1tK3jnH/E+rWkDO2x/bDx33KIWuThjF70gING58zuluxicGczuVb2KvdLxWoozJ6MaH5DQjj66Jct1QA==
  7957 +vditor@^3.6.0:
  7958 + version "3.6.0"
  7959 + resolved "https://registry.npmjs.org/vditor/-/vditor-3.6.0.tgz#7739efea1e8a9fd37d2dbb3c0e3ca7b288aaed43"
  7960 + integrity sha512-RzcHGntGEzpNcnRczhrWVYq9lZLEfiOGu3vX0wQQqFZUMHC3bjZIWSJJtHCUgrKdaHXheEhUH2vWLoJA3Ino6A==
7961 7961 dependencies:
7962 7962 diff-match-patch "^1.0.5"
7963 7963  
... ...