v3.5.0 主题颜色保存配置

This commit is contained in:
YunaiV
2022-02-15 20:47:15 +08:00
parent a7a98d153c
commit 62cc1206f7
6 changed files with 116 additions and 114 deletions

View File

@ -35,7 +35,6 @@ export default {
if (typeof val !== 'string') return
const themeCluster = this.getThemeCluster(val.replace('#', ''))
const originalCluster = this.getThemeCluster(oldVal.replace('#', ''))
console.log(themeCluster, originalCluster)
const $message = this.$message({
message: ' Compiling the theme',