fix import error (#2082)

This commit is contained in:
Hayden 2023-01-30 12:01:00 -09:00 committed by GitHub
parent 5dc253799d
commit 766267961c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,11 @@
import * as locale from "vuetify/src/locale";
import * as locale from "vuetify/lib/locale";
// Ensure not null or undefined
if (!locale || !locale.en) {
throw new Error("Vuetify locale not found");
}
export default {
breakpoint: {},
icons: {},
lang: {
locales: {
"el-GR": locale.el,