fix(table-action): divider not work as expected

修复tableAction中的divider未按预期工作
This commit is contained in:
无木 2021-09-11 20:26:27 +08:00
parent b3307fe283
commit 7593ef6a4f

View File

@ -14,11 +14,7 @@
<Divider
type="vertical"
class="action-divider"
v-if="
divider &&
index < getActions.length - (dropDownActions ? 0 : 1) &&
getDropdownList.length > 0
"
v-if="divider && index < getActions.length - 1"
/>
</template>
<Dropdown