mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
docs(date-picker): include date-fns in installation (#1434)
This commit is contained in:
@@ -16,15 +16,15 @@ Let's start by installing the `v-calendar` and `date-fns` dependency:
|
|||||||
::code-group
|
::code-group
|
||||||
|
|
||||||
```bash [pnpm]
|
```bash [pnpm]
|
||||||
pnpm add v-calendar@next
|
pnpm add v-calendar@next date-fns
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash [yarn]
|
```bash [yarn]
|
||||||
yarn add v-calendar@next
|
yarn add v-calendar@next date-fns
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash [npm]
|
```bash [npm]
|
||||||
npm install v-calendar@next
|
npm install v-calendar@next date-fns
|
||||||
```
|
```
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|||||||
Reference in New Issue
Block a user