mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-31 11:09:40 +02:00
fix import error (#2082)
This commit is contained in:
parent
5dc253799d
commit
766267961c
1 changed files with 6 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue