ui_migration fix(deps): --preliminary-- Removing deep:true from watchers that are not defined as arrays. Missing type hints in watchers.

This commit is contained in:
Antonio Anaya 2026-02-12 05:03:50 -06:00
parent 0e6a0c17f4
commit dfca0ff7e0
5 changed files with 17 additions and 9 deletions

View file

@ -216,13 +216,13 @@ export default {
this.updateIsEdited();
this.resetInternalValue();
},
deep: true,
//deep: true,
},
internalValue: {
handler() {
this.updateIsEdited();
},
deep: true,
//deep: true,
},
animate(updated) {
if (updated) {