Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error encountered #63

Open
drumcircle opened this issue Aug 26, 2020 · 4 comments
Open

Error encountered #63

drumcircle opened this issue Aug 26, 2020 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@drumcircle
Copy link

drumcircle commented Aug 26, 2020

[Vue warn]: Error in callback for immediate watcher "defaultStandard": "TypeError: this.value.indexOf is not a function"

found in

--->







at src/layouts/MainLayout.vue
at src/App.vue

warn @ vue.runtime.esm.js?5593:619

vue.runtime.esm.js?5593:619 [Vue warn]: Error in callback for immediate watcher "language": "TypeError: proporsal.split is not a function"

found in

--->



image

@TobyMosque TobyMosque self-assigned this Aug 27, 2020
@TobyMosque TobyMosque added the bug Something isn't working label Aug 27, 2020
@TobyMosque
Copy link
Owner

do u can share the steps to reproduce that error?

@drumcircle
Copy link
Author

It's standard usage:

quasar.extensions.json

{
"qdatetimepicker": {}
}

no imports in my vue page.

the component works. the warnings are non-critical to console. spelling errors in errors may mean something.

@absantanna2412
Copy link

absantanna2412 commented Mar 6, 2021

I`m facing the same issue.

Attached a sample project.

qdatetimeexemple.zip

@tmezzena
Copy link

tmezzena commented Apr 8, 2021

I think you are using Date on model and should be ISO date string, like:

data () {
return {
date: '2018-11-02',
time: '15:46',
datetime: '2018-11-02T15:46'
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants