2.1.10
Reproduction Linkhttp://jsfiddle.net/mattoconnell408/df4Lnuw6/137/
Steps to reproduceUse PhantomJS 2.1.1
Set up a checkbox within a component.
Bind a handler function to the change event on the checkbox
Bind a data value to the v-model
attribute
The expected behavior is shown in the fiddle.
The value bound to v-model
should change to true when the checkbox is clicked. The handler method should emit the new v-model
value.
Possible incompatibility issue with Phantom. An initial click on the checkbox should change the value bound in the v-model
to true
. Instead, it reports false
. The v-model value is changing with each click. It appears the handler bound to the @change
event is being called before the v-model value is being updated. This is only happening with Phantom, but works as expected everywhere else.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4