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

QList not being imported in QUpload #1696

Closed
smc13 opened this issue Mar 5, 2018 · 1 comment
Closed

QList not being imported in QUpload #1696

smc13 opened this issue Mar 5, 2018 · 1 comment
Milestone

Comments

@smc13
Copy link
Contributor

smc13 commented Mar 5, 2018

When importing QUpload directly from quasar.mat.esm; vue throws an error as QList isnt being imported directly in the file.

[Vue warn]: Unknown custom element: <q-list> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

Looks to have been introduced in this commit: 91b7d0b

For now I've fixed the issue by adding QList as a global component in vue using this:
Vue.use(Quasar, { plugins: [Dialog, Notify], directives: [CloseOverlay], components: [QList] });

@rstoenescu rstoenescu added this to the v0.15.7 milestone Mar 5, 2018
@rstoenescu
Copy link
Member

Will be available in 0.15.7. Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants