refactor(front): simplify Navbar component template and remove unused variables

This commit is contained in:
keven1024
2025-06-01 18:34:52 +08:00
parent 3895234d96
commit bac513a9be

View File

@@ -33,8 +33,7 @@ import { motion } from "motion-v";
import { LucideGlobe } from "lucide-vue-next";
import showDrawer from "@/lib/showDrawer";
import I18nSwitchDrawer from "./Drawer/I18nSwitchDrawer.vue";
const { t, ...r } = useI18n();
console.log("看看r", r);
const { t } = useI18n();
const routes = [
{
key: "about",