refactor: refs #7679 better way to update model #581
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#581
Loading…
Reference in New Issue
No description provided.
Delete Branch "7679-vnLocation_improve"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -93,3 +91,1 @@
value,
value && myOptions.value.find((o) => o[optionValue.value] == value)
);
emit('update:modelValue', value);
Esto lo puse yo para el VnLocation aposta, ya no hace falta
Por eso en VnLocation has puesto emit-value= false?
@ -211,3 +204,2 @@
@filter="filterHandler"
hide-selected
fill-input
:emit-value="$attrs['emit-value'] ?? true"
Podrías hacer una pequeña fn para no tener que escribir cada vez $attrs[x] ?? true.