1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00

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,