ui_migration fix(deps): VUE3 migration goal_1, Resolved core dependencies for the UI migration. Remaining warnings are non-critical and do not affect runtime stability.

This commit is contained in:
Antonio Anaya 2026-02-14 04:36:08 -06:00
parent 5a62b92f45
commit 610f963c4e
3 changed files with 11 additions and 11 deletions

View file

@ -210,6 +210,7 @@ export default {
watch: {
modelValue: {
deep: true,
handler() {
// Fire updateIsEdited on both modelValue and internal modelValue change,
// as change in modelValue may not causse internalValue to change.