Skip to content

Commit 443ab54

Browse files
committed
style(LeftBar): 去除没有用到的变量
1 parent dc3f116 commit 443ab54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/components/LeftBar.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ onMounted(() => {
217217
</div>
218218
<Transition name="menu">
219219
<ul class="py-[3px] flex nav-container" v-show="item1.show">
220-
<template v-for="(item2, index) in item1.children">
220+
<template v-for="item2 in item1.children">
221221
<router-link
222222
v-if="!item2.link.startsWith('http')"
223223
:to="item2.link"

0 commit comments

Comments
 (0)