7631_testToMaster_2426 #480

Merged
alexm merged 390 commits from 7631_testToMaster_2426 into master 2024-06-25 06:40:05 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 454527b0a7 - Show all commits

View File

@ -239,7 +239,6 @@ function updateAndEmit(val, evt) {
originalData.value = val && JSON.parse(JSON.stringify(val));
if (!$props.url) arrayData.store.data = val;
console.log('$props.model: ', $props.model);
emit(evt, state.get($props.model));
}