feat: 格式化代码

This commit is contained in:
alger
2025-09-14 00:19:41 +08:00
parent 74b9d73241
commit d8734f8302
39 changed files with 208 additions and 169 deletions
+6 -2
View File
@@ -9,7 +9,11 @@
</div>
<div class="app-menu-list">
<div v-for="(item, index) in menus" :key="item.path" class="app-menu-item">
<n-tooltip :delay="200" :disabled="settingsStore.setData.isMenuExpanded || isMobile" placement="bottom">
<n-tooltip
:delay="200"
:disabled="settingsStore.setData.isMenuExpanded || isMobile"
placement="bottom"
>
<template #trigger>
<router-link class="app-menu-item-link" :to="item.path">
<i
@@ -39,8 +43,8 @@ import { useI18n } from 'vue-i18n';
import { useRoute } from 'vue-router';
import icon from '@/assets/icon.png';
import { isMobile } from '@/utils';
import { useSettingsStore } from '@/store';
import { isMobile } from '@/utils';
const props = defineProps({
size: {