WIP Сделала ошибку на измение события

This commit is contained in:
Daria Golova
2022-12-13 16:03:45 +03:00
parent 670db2809c
commit c0bb78beb9
4 changed files with 51 additions and 36 deletions

View File

@@ -228,7 +228,7 @@ export default {
immediate: true,
handler(newValue) {
if (newValue === true) {
this.setDefaultTheme();
this.isActive = false;
this.$emit("reset-change-form");
}
},