vue-validator icon indicating copy to clipboard operation
vue-validator copied to clipboard

Warnings: You are setting a non-existent path

Open franciscolourenco opened this issue 8 years ago • 0 comments

Any idea why is this happening?

[Vue warn]: You are setting a non-existent path "validator" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.custom" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.custom._validate.numeric" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.custom.numeric" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.custom._validate.min" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.custom.min" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.custom._validate.group" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.license.email" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.license.email" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.license.email._validate.required" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.license.email.required" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.license.email._validate.email" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.license.email.email" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.license.email._validate.group" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.license.key" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.license.key._validate.required" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.
debug.js:30 [Vue warn]: You are setting a non-existent path "validator.license.key.required" on a vm instance. Consider pre-initializing the property with the "data" option for more reliable reactivity and better performance.

franciscolourenco avatar Sep 04 '15 14:09 franciscolourenco