未验证 提交 109c393c 编写于 作者: 花裤衩 提交者: GitHub

fix[ThemePicker]: fixed bug when oldVal is null (#1517)

上级 c54e99d0
...@@ -18,7 +18,8 @@ export default { ...@@ -18,7 +18,8 @@ export default {
} }
}, },
watch: { watch: {
theme(val, oldVal) { theme(val) {
const oldVal = this.theme
if (typeof val !== 'string') return if (typeof val !== 'string') return
const themeCluster = this.getThemeCluster(val.replace('#', '')) const themeCluster = this.getThemeCluster(val.replace('#', ''))
const originalCluster = this.getThemeCluster(oldVal.replace('#', '')) const originalCluster = this.getThemeCluster(oldVal.replace('#', ''))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册