Should update wrapper.props()
value after wrapper.setProps
?
#374
Labels
wrapper.props()
value after wrapper.setProps
?
#374
Version
1.0.0-beta.10
Reproduction link
https://github.com/fimars/vue-test-utils/blob/59a46bb342f924d0ff6e5e4a1af19911694a146b/test/unit/specs/mount/Wrapper/setProps.spec.js#L50-L62
Steps to reproduce
I write a test-case in my fork. you can try it.
What is expected?
wrapper.props() should be updated
What is actually happening?
no update know.
The props of
wrapper.vm
are updated, maybe this is deliberately designed?The text was updated successfully, but these errors were encountered: