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

EventBus docs for v2.18 contain v3.x syntax #17898

Closed
RonchettiAssociati opened this issue Mar 12, 2025 · 2 comments
Closed

EventBus docs for v2.18 contain v3.x syntax #17898

RonchettiAssociati opened this issue Mar 12, 2025 · 2 comments

Comments

@RonchettiAssociati
Copy link

Description

EventBus docs for v2.18 contain v3.x syntax.

The example for the boot file contains following import and does not compile

import { defineBoot } from '#q-app/wrappers'

'#q-app/wrappers' refers to v3 syntax, as far as i understand.

Documentation Section URL

https://quasar.dev/quasar-utils/event-bus-util#introduction

Flavour

Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)

Areas

SPA Mode

@yusufkandemir
Copy link
Member

'#q-app/wrappers' is available in Quasar CLI with Vite(@quasar/app-vite) v2 and Quasar CLI with Webpack(@quasar/app-webpack) v4. So, it's not related to Quasar v3, which doesn't exist.

@yusufkandemir yusufkandemir closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2025
@yusufkandemir
Copy link
Member

Just for completeness, for @quasar/app-vite v1 and @quasar/app-webpack specific docs, please visit https://legacy-app.quasar.dev/. But, it only contains the CLI sections, so the utils won't be in that docs.

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

No branches or pull requests

2 participants