Skip to content
This repository has been archived by the owner. It is now read-only.

vue-warn: Invalid key "twoWay" in validation rules object for prop #213

Open
fmdufour opened this issue Dec 14, 2017 · 0 comments
Open

vue-warn: Invalid key "twoWay" in validation rules object for prop #213

fmdufour opened this issue Dec 14, 2017 · 0 comments

Comments

@fmdufour
Copy link

@fmdufour fmdufour commented Dec 14, 2017

In the latest Vue release v2.5.11 a validation for misspelled props was created.

Copied from https://github.com/vuejs/vue/releases :

"warn misspelled keys on prop validation object (#7198) d02bb37, closes #7198"

and the vueify is generating a property validation called twoWay on my props, causing a lot of warnings on console:

[Vue warn]: Invalid key "twoWay" in validation rules object for prop "xxxxxx".

In the output of the vueify there is the following code:

var props = { center: { required: true, twoWay: true, type: Object } }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.