feat: 更新Logo组件,修复路由导入方式;调整WordsPage布局,优化响应式设计

This commit is contained in:
SMGDev
2025-11-21 16:33:23 +00:00
parent 7c56eca2eb
commit 9b6f2cf768
2 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
<script setup lang="ts">
import {useSettingStore} from "@/stores/setting.ts";
import router from "@/router.ts";
import { useRouter } from 'vue-router'
const settingStore = useSettingStore()
const router = useRouter()
function goHome() {
router.push('/')