Глобальный рефакторинг SettingsPage (в процессе)

This commit is contained in:
Book Pauk
2022-10-13 20:29:19 +07:00
parent 419b203fcf
commit e8d1817566
7 changed files with 209 additions and 257 deletions

View File

@@ -162,8 +162,11 @@ const componentOptions = {
NumInput
},
watch: {
form() {
this.formChanged();//no await
form: {
handler() {
this.formChanged();//no await
},
deep: true,
},
dualDivColorFiltered(newValue) {
if (!this.isFormChanged && this.helper.isHexColor(newValue))