docs(DatePicker): wrong version of v-calendar

Fixes #1333
This commit is contained in:
Benjamin Canac
2024-02-07 14:40:21 +01:00
parent cf818fba47
commit e08601900e

View File

@@ -16,15 +16,15 @@ Let's start by installing the `v-calendar` and `date-fns` dependency:
::code-group
```bash [pnpm]
pnpm add v-calendar
pnpm add v-calendar@next
```
```bash [yarn]
yarn add v-calendar
yarn add v-calendar@next
```
```bash [npm]
npm install v-calendar
npm install v-calendar@next
```
::