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
    1. Home
    2. shiba
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 10
    • Best 0
    • Groups 0

    Posts made by shiba

    • RE: TS2717: Subsequent property declarations must have the same type. Property '$router' must be of type 'VueRouter', but here has type 'VueRouter'.

      @dobbel
      Oh, I’m sorry.
      To be exact, I’ve not fixed the problem.
      I did not need to fix.

      I did not need to fix.
      I’m not sure why, however I deployed my app.

      posted in Help
      shiba
      shiba
    • RE: TS2717: Subsequent property declarations must have the same type. Property '$router' must be of type 'VueRouter', but here has type 'VueRouter'.

      @dobbel
      Yes, Thank you so mach.
      I resolved this problem.

      posted in Help
      shiba
      shiba
    • RE: TS2717: Subsequent property declarations must have the same type. Property '$router' must be of type 'VueRouter', but here has type 'VueRouter'.

      @dobbel
      Thank you for reply 🙏🏻

      I couldn’t resolve so I’ve had two errors.
      However I could released my app.
      Maybe I can release it even if I ignore this problem.

      By the way, Do you know how to close this post?

      Thanks.
      I will check your recommended page.

      posted in Help
      shiba
      shiba
    • TS2717: Subsequent property declarations must have the same type. Property '$router' must be of type 'VueRouter', but here has type 'VueRouter'.

      Hi, there.

      I faced a error that can’t resolve and can’t build.

      If I execute a command bellow, it returns error.

      quasar build -m pwa
      

      quasar 1.15.6
      quasar/app 2.0.9
      vue 2.6
      vue-router 3.5.1
      typescript 4.2.3
      ↑ Is this the problem?

      .../node_modules/vue-router/types/vue.d.ts
      ERROR in .../node_modules/vue-router/types/vue.d.ts(10,5):
      TS2717: Subsequent property declarations must have the same type.  Property '$router' must be of type 'VueRouter', but here has type 'VueRouter'.
      .../node_modules/vue-router/types/vue.d.ts
      ERROR in .../node_modules/vue-router/types/vue.d.ts(17,5):
      TS2717: Subsequent property declarations must have the same type.  Property 'router' must be of type 'VueRouter | undefined', but here has type 'VueRouter | undefined'.
      

      Please help me !!

      posted in Help
      shiba
      shiba
    • RE: How to do hot reload with firebase emulator?

      suleiman_as

      Oh, I see.
      Thank you.

      posted in Help
      shiba
      shiba
    • How to do hot reload with firebase emulator?

      Hi, there.
      I am new to the Quasar framework and like it.
      I’m sorry, if I did something rude to you. because I’m not good at English either.

      I am currently introducing Firebase (firestore, auth, hosting) to the Quasar Project.
      I was able to set the hot reload for functions, but not the hot-reload for hosting.
      I can’t set it because I don’t understand how Quasar works and how front end works.

      Currently, To hot-reload functions, I have the following settings in package.json.

      "scripts": {
          "lint": "eslint --ext .js,.ts,.vue ./",
          "test": "echo \"Error: no test specified\" && exit 1",
          "serve": "tsc --project ./functions && concurrently --kill-others 'firebase serve' 'tsc --project ./functions --watch'"
        },
      

      Can anyone please tell me how to hot-reload hosting?

      Or, please tell me the site where the procedure is listed.

      Thanking you in advance.

      posted in Help
      shiba
      shiba
    • RE: Regarding history mode.

      I made a mistake.
      The problem was that the routing file is wrong.
      thanks.

      posted in Framework
      shiba
      shiba
    • RE: Regarding history mode.

      By the way, the content is displayed when I reload it.

      posted in Framework
      shiba
      shiba
    • Regarding history mode.

      Hi, there

      I am a beginner in Quasar and English.

      @quasar/cli 1.0.3
      Laravel 8.1

      Please tell me about the History mode of VueRouter.

      1. changed the router mode to history.
          // Full list of options: https://quasar.dev/quasar-cli/quasar-conf-js#Property%3A-build
          build: {
            vueRouterMode: 'history', // available values: 'hash', 'history'
      
      1. Added definition in web.php
      Route::get('/{any}', function () {
          return view('index');
      })->where('any', '.*');
      

      The problem I’m facing is that the screen goes white because the setup method isn’t called after the screen transition.
      What should I do?

      d921ab13-c2dc-486b-8d27-578e5e5a205b-image.png

      posted in Framework
      shiba
      shiba