Skip to content

When and where can I at the earliest use the platform plugin? #8999

Discussion options

You must be logged in to vote

Assuming we're talking about Qv2:

Just pushed a commit (will be available in Quasar v2.0.0-beta.13) which prepares the Platform as early as possible (even before this Quasar Plugin getting installed). Will work for your case too (on non-SSR builds).

Before this commit, the earliest that Platform can be used is after it gets installed, along with all the other Quasar Plugins. Which unfortunately is when q/app calls app.use(Quasar) and right before the Vue app gets instructed to start mounting (app.mount('#q-app')).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gunhaxxor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants