diff --git a/src/App.vue b/src/App.vue index 36fc09ec..493f594d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,15 +23,13 @@ onMounted(() => { diff --git a/src/layouts/components/NavBarI18n.vue b/src/layouts/components/NavBarI18n.vue index b7a00816..a5326745 100644 --- a/src/layouts/components/NavBarI18n.vue +++ b/src/layouts/components/NavBarI18n.vue @@ -14,10 +14,10 @@ const i18nCompLanguages: I18nLanguage[] = [ label: '中文', i18nLang: 'cn', }, - { - label: 'Arabic', - i18nLang: 'ar', - }, + // { + // label: 'Arabic', + // i18nLang: 'ar', + // }, ]; const handleLangChange = (lang: string) => {