Open Abiel1024 opened 6 years ago
this.$nextTick(function() {
this.value1 = '11';
});
@1862 This can solve the problem, but will this solution consume more resources?
it should be , cause it push a function to microtask or task.
@Abiel1024 No, it's just a standard api when dynamic setting some data which is associated with UI.
@David-Tsui Maybe we should think of a better solution
Environment
Latest version of Vue And Chrome
Reproduction link
https://jsfiddle.net/jps4mdxo/
Steps to reproduce
When setting Panel data, set the v-model value of Collapse
What is expected?
The value of v-model is valid
What is actually happening?
The value of v-model is invalid