もじゃじゃじゃじゃどじゃwfびおえhっふぇsぶじあふぇ

This commit is contained in:
こけっち 2022-02-01 13:12:56 +09:00
parent 6238ba965b
commit b08c243ce8

View File

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