You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it is anyhow caused by app, because am basically passing to date/time components: var now = moment().toString()
and this is assigned to data which then go to v-model.
It has to be somehow related to datetime logic with MomentJS in quasar components.
Second issue is: vue.common.js?e881:2643 [Vue warn]: Invalid prop: type check failed for prop "value". Expected String, got Undefined. (found in component <quasar-datetime>)
Can be somehow related?
The text was updated successfully, but these errors were encountered:
Hi,
MomentJS is throwing this warning: http://momentjs.com/guides/#/warnings/js-date/
I don't think it is anyhow caused by app, because am basically passing to date/time components:
var now = moment().toString()
and this is assigned to data which then go to
v-model
.It has to be somehow related to datetime logic with MomentJS in quasar components.
Second issue is:
vue.common.js?e881:2643 [Vue warn]: Invalid prop: type check failed for prop "value". Expected String, got Undefined. (found in component <quasar-datetime>)
Can be somehow related?
The text was updated successfully, but these errors were encountered: