quasarframework / quasar-ui-qcalendar

QCalendar - Quasar App Extension, Vue CLI plug-in and UMD distributions available
https://quasarframework.github.io/quasar-ui-qcalendar
MIT License
439 stars 123 forks source link

QCalendar Month view issue #444

Open AMSD-dev opened 1 month ago

AMSD-dev commented 1 month ago

Hello,

I am using tag and want the month view, but when I run my app the view is displayed in "month-interval". Is this an on-going issue or has this been resolved? I am using quasar v2 and ""@quasar/quasar-ui-qcalendar": "^4.0.0-beta.16","

I am not doing anything fancy, all I have as code is the following:

<template>
  <q-page>
      <q-calendar
        view="month"
      />
  </q-page>
</template>

Also, when I do the following, I get 2 moderate and 2 high vulnerabilities, not sure if that is related or just a quasar issue:

npm i @quasar/quasar-app-extension-qcalendar

up to date, audited 336 packages in 4s

65 packages are looking for funding

4 vulnerabilities (2 moderate, 2 high)

To address issues that do not require attention, run: npm audit fix

Some issues need review, and may require choosing

Am I missing an extra step?

please advise. thank you in advance!

devapreeyasilva commented 1 month ago

I am also facing the same issue. no luck yet.