Closed
Description
Tested in all 2.0.x versions.
https://jsfiddle.net/2x50quv8/
When custom component is bind with v-model
, computed properties will be called every time when value changed.
Open the jsfiddle link, click on a, b, c
, the console will print hello
on every click.
Even worse, if you text in the input, which has no relationship with the haha-test
component, the haha-test
component would still echo hello
in console.log.
But if you don't v-model
the tag, there will be no console.log.
Metadata
Metadata
Assignees
Labels
No labels