保存进度!

This commit is contained in:
2023-09-14 18:42:23 +08:00
parent 9878abb946
commit 712aabfb99
5 changed files with 71 additions and 6 deletions

View File

@@ -33,7 +33,7 @@
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-vue": "^9.17.0",
"node-sass": "^9.0.0",
"sass": "^1.66.1",
"sass": "^1.67.0",
"style-loader": "^3.3.3",
"vue-eslint-parser": "^9.3.1"
}
@@ -12169,9 +12169,9 @@
"dev": true
},
"node_modules/sass": {
"version": "1.66.1",
"resolved": "https://registry.npmmirror.com/sass/-/sass-1.66.1.tgz",
"integrity": "sha512-50c+zTsZOJVgFfTgwwEzkjA3/QACgdNsKueWPyAR0mRINIvLAStVQBbPg14iuqEQ74NPDbXzJARJ/O4SI1zftA==",
"version": "1.67.0",
"resolved": "https://registry.npmmirror.com/sass/-/sass-1.67.0.tgz",
"integrity": "sha512-SVrO9ZeX/QQyEGtuZYCVxoeAL5vGlYjJ9p4i4HFuekWl8y/LtJ7tJc10Z+ck1c8xOuoBm2MYzcLfTAffD0pl/A==",
"devOptional": true,
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",

View File

@@ -34,7 +34,7 @@
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-vue": "^9.17.0",
"node-sass": "^9.0.0",
"sass": "^1.66.1",
"sass": "^1.67.0",
"style-loader": "^3.3.3",
"vue-eslint-parser": "^9.3.1"
}

View File

@@ -3,7 +3,7 @@
* @Date: 2023-09-14 00:22:04
* @LastEditors: Kane
* @FilePath: /task_schedule/src/utils/api/eventBus.ts
* @Description:
* @Description: 消息总线。
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/