Skip to content

Commit

Permalink
style(layout): 修复大小写警告
Browse files Browse the repository at this point in the history
  • Loading branch information
yulimchen committed Jul 1, 2023
1 parent 16c21fb commit 53b1557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import Tabbar from "@/components/Tabbar/index.vue";
import tabbar from "@/components/Tabbar/index.vue";
import NavBar from "@/components/NavBar/index.vue";
import { useCachedViewStoreHook } from "@/store/modules/cachedView";
import { useDarkMode } from "@/hooks/useToggleDarkMode";
Expand Down

0 comments on commit 53b1557

Please sign in to comment.