From d3af363e16dcf1cd9cce106923a93ee22da0b703 Mon Sep 17 00:00:00 2001 From: keven1024 Date: Sat, 31 May 2025 18:06:27 +0800 Subject: [PATCH] feat(front): add I18nSwitchDrawer component for locale switching functionality --- front/components/Drawer/I18nSwitchDrawer.vue | 41 ++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 front/components/Drawer/I18nSwitchDrawer.vue diff --git a/front/components/Drawer/I18nSwitchDrawer.vue b/front/components/Drawer/I18nSwitchDrawer.vue new file mode 100644 index 0000000..bdb93b6 --- /dev/null +++ b/front/components/Drawer/I18nSwitchDrawer.vue @@ -0,0 +1,41 @@ + + +