No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar initialization in vue app

    Framework
    creation error quasar vuejs3
    2
    2
    723
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      fdlprod last edited by

      Hello,

      i am creating a vue app and adding quasar into. when i lanuch server i have this error:

      Uncaught TypeError: Cannot read property ‘extend’ of undefined
      at eval (QPage.js?9989:7)
      at Module…/node_modules/quasar/src/components/page/QPage.js (chunk-vendors.js:2483)
      at webpack_require (app.js:854)
      at fn (app.js:151)
      at eval (HelloWorld.vue?82e3:1)
      at Module…/src/components/HelloWorld.vue (app.js:1148)
      at webpack_require (app.js:854)
      at fn (app.js:151)
      at eval (App.vue?3dfd:105)
      at Module…/node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/vue-cli-plugin-quasar/lib/loader.transform-quasar-imports.js!./node_modules/vue-cli-plugin-quasar/lib/loader.auto-import.js?kebab!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader-v16/dist/index.js?!./src/App.vue?vue&type=script&lang=js (app.js:1007)

      step to reproduce :

      vue create app test
      cd test
      vue add quasar
      yarn serve

      then try to launch localhost:8081

      and the error in console is displayed, any Idea ?

      vue 3 , vue4cli

      thanks

      beets 1 Reply Last reply Reply Quote 0
      • beets
        beets @fdlprod last edited by

        @fdlprod Quasar isn’t Vue 3 compatible yet, watch here for updates: https://github.com/quasarframework/quasar/issues/7836

        1 Reply Last reply Reply Quote 0
        • First post
          Last post