123
This commit is contained in:
@@ -20,8 +20,9 @@
|
||||
v-if="v.child"
|
||||
class="child"
|
||||
v-show="v.showChild"
|
||||
:bind-id="v.name"
|
||||
v-clidk-besides="() => (v.showChild = false)"
|
||||
:bind-id="v.name"
|
||||
:stop-besides="!v.showChild"
|
||||
>
|
||||
<div v-for="(v_, i_) in v.child" :key="i_" @click="onClickTool(v_, v)">
|
||||
<span v-show="tool === v_.name" class="dui">
|
||||
|
||||
Reference in New Issue
Block a user