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

Quasar components do not work for quasar's releases 2.16.0-2.16.6 in project on Vite/Vue3 #54

Open
MaxDXDX opened this issue Jul 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@MaxDXDX
Copy link

MaxDXDX commented Jul 11, 2024

Describe the bug
If any of quasar releases 2.16.0, 2.16.1 ... 2.16.4 are used in project powered by vue-cli-plugin-quasar all quasar components do not work. They are not converted to divs with quasar`s styles.

To Reproduce
Steps to reproduce the behavior:

  1. Scaffold new vue project with vite
  2. Add vue-cli-plugin-quasar to the created project: vue add quasar.
  • choose 'yes' on Allow Quasar to replace App.vue, About.vue, Home.vue and (if available) router.js question to add demo quasar components and layouts to a project
  • choose None (style variables won't be available) option on Pick your favorite CSS preprocessor step for no need to deal with annoying errors with sass.
  1. Run project npm run dev
  2. Go to a browser and see, that the all quasar`s components and layouts are not work (they are not built in DOM)
    image
    image
  3. Stop the app and change version of Quasar to 2.15.4 ("quasar": "2.15.4") in package.json and reinstall: npm install.
  4. Run project npm run dev again and see that all works fine.
    image
    image

Expected behavior
Quasar added by vue-cli-plugin-quasar works fine with no need to change its version from 2.16.x to 2.15.4.

Screenshots
Bad work (for quasar`s versions 2.16.0-2.16.6)
image
image

Good work (for quasar`s version 2.15.4)
image
image

Platform (please complete the following information):
OS: Ubuntu 22.04.4 LTS
Node: local
NPM: 10.5.0
Browsers: Google Chrome 126.0.6478.55 (Official Build) (64-bit)

@MaxDXDX MaxDXDX added the bug Something isn't working label Jul 11, 2024
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

1 participant