wip add button

This commit is contained in:
sim1222 2022-01-30 19:42:54 +09:00
parent 8489c3ca7b
commit 6238ba965b

View File

@ -25,6 +25,7 @@
</div>
</template>
<div class="buttons right">
<button><i class="fas fa-redo"></i></button>
<template v-if="info && info.actions && !narrow">
<template v-for="action in info.actions">
<MkButton v-if="action.asFullButton" class="fullButton" primary @click.stop="action.handler"><i :class="action.icon" style="margin-right: 6px;"></i>{{ action.text }}</MkButton>