Skip to content
This repository has been archived by the owner on Dec 26, 2018. 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

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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant