mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
refactor(front): simplify Navbar component template and remove unused variables
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user