Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. David5446
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 1
    • Groups 0

    David5446

    @David5446

    1
    Reputation
    2
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    David5446 Follow

    Best posts made by David5446

    • RE: Quasar v2 upgrade problem with q-calendar

      I fixed this by removing and adding the calendar to get the latest

      quasar ext remove @quasar/qcalendar
      quasar ext add @quasar/qcalendar

      posted in [v1] App Extensions
      D
      David5446

    Latest posts made by David5446

    • RE: Quasar v2 upgrade problem with q-calendar

      I fixed this by removing and adding the calendar to get the latest

      quasar ext remove @quasar/qcalendar
      quasar ext add @quasar/qcalendar

      posted in [v1] App Extensions
      D
      David5446
    • Quasar v2 upgrade problem with q-calendar

      Quasar v2 upgrade problem with q-calendar
      I upgraded to Quasar V2.

      Quasar does not run since I’m getting a compilation error in q-calendar. It’s in the file calendar-daily.sass where there are sass compilation errors.

      Is there an upgrade that has been missed? Maybe there’s a config option for the sass compiler?

      @quasar/cli - 1.1.3
      quasar - 1.15.2 – Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
      @quasar/app - 2.1.14 – Quasar Framework local CLI
      @quasar/extras - 1.9.16 – Quasar Framework fonts, icons and animations
      @quasar/quasar-app-extension-qcalendar - 2.5.0 – A Quasar App Extension for @quasar/quasar-ui-qcalendar

      posted in [v1] App Extensions
      D
      David5446
    • RE: Printing a q-dialog

      I found a solution if anyone hits the same issue…

      Installed vue-print-nb from https://www.npmjs.com/package/vue-print-nb

      Decluttered code sample…

      <q-dialog>
       <q-card >
         <div id="print">
              <q-btn v-print="'#print'" /> 
              <MyComponent />
         </div>
        </q-card>
      posted in Framework
      D
      David5446
    • Printing a q-dialog

      I’ve put some content into a q-dialog full screen page. This scrolls down off the bottom of the page. I want to print this but it only prints one page not the whole of the display onto multiple pages. Has anyone come across this?

      posted in Framework
      D
      David5446
    • Unit test snapshot update not working

      Hi
      I’ve setup jest for unit tests and added snapshots. Now I changed a component the test fails, as expected. But when I try to update the snapshot it doesn’t work.

      $ quasar test --unit jest
      snapshot failed from 1 test suite. Inspect your code changes or re-run jest with -u to update them.

      I tried…
      $ quasar test --unit jest -u
      $ quasar test --unit jest --u
      $ quasar test --unit jest -update-snapshot

      But the snapshot doesn’t get updated. I guess its something obvious I’m missing.

      posted in CLI
      D
      David5446