-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.🐞 bugSomething isn't workingSomething isn't workinghas workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemscope: v-model
Description
Version
3.0.0
Reproduction link
Steps to reproduce
Set an array as data, do not use/display it in template, push some data into it, the array is not updated.
What is expected?
The array should be updated when pushing elements into it.
What is actually happening?
The array is not updated, except if it is displayed or used in the template
If you uncomment the part in the template on the SFC playground, the array will be updated as intended.
I wanted to check/uncheck checkboxes using a method instead of the checkboxes itself, and the checkboxes would not check/uncheck when calling the method.
alexjomin, ig1na, lidlanca and EmmanuelDemey
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.🐞 bugSomething isn't workingSomething isn't workinghas workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemscope: v-model