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

Problem with import { Quasar } from 'quasar' #51

Open
thearabbit opened this issue Feb 17, 2020 · 3 comments
Open

Problem with import { Quasar } from 'quasar' #51

thearabbit opened this issue Feb 17, 2020 · 3 comments

Comments

@thearabbit
Copy link

It don't work (import with demand)

import {
  Quasar,
  Notify,
  ...
} from 'quasar'

Vue.use(Quasar, {
  components: {},
  plugins: {
    Notify,
...
  },
  directives: {
...
  },
})

But work fine with (It mean that import all???)

import Quasar, {
  Notify,
  ...
} from 'quasar'
@mwarren2
Copy link
Collaborator

I'm sorry but I don't know the answer

@thearabbit
Copy link
Author

Thanks for your reply.
By document

image

@thearabbit
Copy link
Author

This error

image

@thearabbit thearabbit reopened this Feb 17, 2020
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