vuetify-nuxt-module icon indicating copy to clipboard operation
vuetify-nuxt-module copied to clipboard

Type mismatch for date options

Open hz61p1 opened this issue 5 months ago • 0 comments

The module is of type Record<string, string> and the framework is of type Intl.DateTimeFormatOptions | ((date: Date, formatString: string, locale: string) => string)

hz61p1 avatar May 06 '25 23:05 hz61p1