Explorar o código

fix: locale名称修复

shallowinggg hai 1 ano
pai
achega
e77ae7ac21
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hichina-main-front-mobile-first/src/layouts/MainLayout.vue

+ 1 - 1
hichina-main-front-mobile-first/src/layouts/MainLayout.vue

@@ -469,7 +469,7 @@ export default defineComponent({
       localeOptions: [
         { value: "en-US", label: "English" },
         { value: "th-TH", label: "ภาษาไทย" },
-        { value: "ko-KR", label: "한국" },
+        { value: "ko-KR", label: "한국" },
         { value: "ru-RU", label: "Русский" },
       ],
       leftDrawerOpen,