Compare commits

...

1 Commits

Author SHA1 Message Date
6238ba965b wip add button 2022-01-30 19:42:54 +09:00

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>