wip add button
This commit is contained in:
parent
8489c3ca7b
commit
6238ba965b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user