mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix import error (#2082)
This commit is contained in:
parent
5dc253799d
commit
766267961c
@ -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 {
|
export default {
|
||||||
breakpoint: {},
|
|
||||||
icons: {},
|
|
||||||
lang: {
|
lang: {
|
||||||
locales: {
|
locales: {
|
||||||
"el-GR": locale.el,
|
"el-GR": locale.el,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user