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

[BUG] - nuxt-quasar type is overriding every property of Nuxt instance type #101

Closed
1 task done
son-nguyen-301 opened this issue Sep 11, 2024 · 3 comments
Closed
1 task done
Labels
bug Something isn't working

Comments

@son-nguyen-301
Copy link

Checks

  • I have searched the existing issues for a similar bug and it does not exist!

Environment

Working directory: web-app 10:20:08 AM
Nuxt project info: 10:20:08 AM



                                                                                                                                                        10:20:08 AM  

👉 Report an issue: https://github.com/nuxt/nuxt/issues/new?template=bug-report.yml
👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new
👉 Read documentation: https://nuxt.com

Quasar version

v2.16.11

Browsers

Microsoft Edge

Description

image

As you can see in the screenshot. Nothing related to Nuxt instance is being suggested.

Original Nuxt instance property:
image

Reproduction steps

1. Add `nuxt-quasar` plugin
2. Run dev server
4. See error

Screenshots

![DESCRIPTION](LINK.png)

Logs

No response

@son-nguyen-301 son-nguyen-301 added the bug Something isn't working label Sep 11, 2024
@Maiquu
Copy link
Owner

Maiquu commented Sep 11, 2024

It's most likely an upstream issue. quasar augmenting @vue/runtime-core module might be breaking things, since most suggestions that are provided by your nuxt environment augments vue.

Vue documentation also suggests augmenting vue to modify global properties. There is not much I can do in this module. You should open an issue/PR at quasar.

@Maiquu
Copy link
Owner

Maiquu commented Sep 11, 2024

Probably related: quasarframework/quasar#17416

@Maiquu
Copy link
Owner

Maiquu commented Sep 18, 2024

This should be fixed with quasar v2.17.0.

@Maiquu Maiquu closed this as completed Sep 18, 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

2 participants