代码格式修复
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
|
||||
<div class="space-y-2">
|
||||
<div
|
||||
v-for="(tech, techIndex) in item.items"
|
||||
v-for="(_, techIndex) in item.items"
|
||||
:key="techIndex"
|
||||
class="flex gap-2"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user