quasar-ui-qcalendar icon indicating copy to clipboard operation
quasar-ui-qcalendar copied to clipboard

QCalendar Month view issue

Open AMSD-dev opened this issue 4 months ago • 1 comments

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!

AMSD-dev avatar Oct 01 '24 19:10 AMSD-dev