Skip to content

Commit

Permalink
🐛 Fixing a bug. 锁定 vue-echarts 组件版本
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Dec 15, 2023
1 parent e6ed668 commit 1404060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tailwindcss": "^3.0.24",
"vue": "^3.2.47",
"vue-clipboard3": "^2.0.0",
"vue-echarts": "^6.2.3",
"vue-echarts": "6.6.1",
"vue-i18n": "9.2.2",
"vue-router": "^4.1.6",
"vue3-ts-jsoneditor": "2.8.6",
Expand Down
2 changes: 1 addition & 1 deletion src/layout/lockScreen/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const onLockScreenSubmit = async () => {
themeConfig.value.lockScreenTime = 30;
// 将最新的主题配置保存到本地存储中
setLocalThemeConfig();
}
}
}
};
Expand Down

0 comments on commit 1404060

Please sign in to comment.