Skip to content

Commit

Permalink
docs(dates): update DateAdapter type import path
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 2, 2025
1 parent 7734591 commit 83511ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/features/dates.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export default createVuetify({
To create your own date adapter, implement the **DateAdapter** interface:

```ts
import type { DateAdapter } from 'vuetify/labs'
import type { DateAdapter } from 'vuetify'

export interface DateAdapter<TDate> {
date (value?: any): TDate | null
Expand Down

0 comments on commit 83511ea

Please sign in to comment.