File tree 2 files changed +5
-4
lines changed
packages/@vuepress/theme-default/src/client/components 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
<slot name =" top" />
6
6
7
7
<ul class =" sidebar-links" >
8
- <template v-for =" item in sidebarItems " :key =" item .link || item .text " >
9
- <SidebarChild :item =" item" />
10
- </template >
8
+ <SidebarChild
9
+ v-for =" item in sidebarItems"
10
+ :key =" item.link || item.text"
11
+ :item =" item"
12
+ />
11
13
</ul >
12
14
13
15
<slot name =" bottom" />
Original file line number Diff line number Diff line change 10
10
<path
11
11
fill =" currentColor"
12
12
d =" M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"
13
- class =" "
14
13
/>
15
14
</svg >
16
15
</div >
You can’t perform that action at this time.
0 commit comments