Browse Source

清除赛事菜单默认打开修改的其他设置

zhou 1 month ago
parent
commit
51a7d2d159
2 changed files with 0 additions and 4 deletions
  1. 0 2
      src/layout/components/Sidebar/index.vue
  2. 0 2
      tsconfig.json

+ 0 - 2
src/layout/components/Sidebar/index.vue

@@ -21,8 +21,6 @@
 </template>
 
 <script setup lang="ts">
-import { computed, getCurrentInstance } from 'vue';
-import { useRoute } from 'vue-router';
 import Logo from './Logo.vue';
 import SidebarItem from './SidebarItem.vue';
 import variables from '@/assets/styles/variables.module.scss';

+ 0 - 2
tsconfig.json

@@ -42,7 +42,5 @@
     "node_modules", 
     "dist", 
     "src/**/__tests__/*",
-    "src/layout/components/Sidebar/alternative-solution.vue",
-    "src/layout/components/Sidebar/simple-test.vue"
   ]
 }