refactor: 使用useUpload

This commit is contained in:
dhb52
2023-04-18 11:19:54 +08:00
parent 0beda6ecc3
commit cddf1ee878
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 }}