-
-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
This page: https://vue3datepicker.com/props/localization/#locale
gives an example that suggests you import locale objects from @vuepic/vue-datepicker/locale. But the package doesn't actually export @vuepic/vue-datepicker/locale.
You could add a clear instruction for users (possibly to the migration guide https://vue3datepicker.com/migration/from-v11#locale as well) that from now on they must:
- Add
date-fnspackage:pnpm add date-fnsand - Import the desired locale like this:
import { es } from 'date-fns/locale'
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation