Skip to content

I am using quasar framework for making my website responsive #10119

Discussion options

You must be logged in to vote

A couple of things:

  1. Change quasar@2.0.3 to just quasar@2 so you always get the latest bug fixes for Quasar v2 (just the same way you have vue@3)

  2. const app = Vue.createApp()
    If you have no code here, then don't add and return an empty setup() function

  3. app.use(Quasar, { config: {} })
    You need to fill in the config sections: https://quasar.dev/start/umd#quasar-config-object

  4. Using this: app.mount('#q-app') is correct, but your html is not. The correct way is: <div id="q-app" ...

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

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