[Documentation][3.4.0-beta.0] Import VuetifyDateAdapter as stated within docs doesn't work
Environment
Browsers: Firefox 119.0 OS: Linux x86_64
Steps to reproduce
try to import VuetifyDateAdapter from 'vuetify/date/adapters/vuetify' as stated here
Expected Behavior
import works
Actual Behavior
import doesn't work
[plugin:vite:import-analysis] Failed to resolve import "vuetify/date/adapters/vuetify"
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
What works: import {VuetifyDateAdapter} from 'vuetify/lib/composables/date/adapters/vuetify'
There's no reason to actually import this currently, it's included by default.
ok. but how and where do I change the current selected local for the date adapater?
export default createVuetify({
date:{
adapter: new VuetifyDateAdapter({locale:"de"})
},
...
});
It uses the locale from https://vuetifyjs.com/en/features/internationalization/
It should work when 3.9.0 will be released. Playground runs fine here, ~~but the TS types are picked from master, so editor shows errors for now~~.