refactor: 使用useUpload

(cherry picked from commit cddf1ee878)
This commit is contained in:
dhb52
2023-04-18 11:19:54 +08:00
committed by shizhong
parent 4f04c9baeb
commit a4172c3643
2 changed files with 6 additions and 45 deletions

View File

@ -14,7 +14,7 @@
<div
class="menu_subItem"
v-if="parent.children"
:class="{ active: activeIndex === `${x}-${y}` }"
:class="{ active: props.activeIndex === `${x}-${y}` }"
@click="subMenuClicked(child, x, y)"
>
{{ child.name }}