Renoteを解除できるように

Resolve #2231
This commit is contained in:
syuilo
2020-02-06 09:09:24 +09:00
parent ee0531b048
commit 416accbe78
4 changed files with 30 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
<template>
<x-popup :source="source" ref="popup" @closed="() => { $emit('closed'); destroyDom(); }" v-hotkey.global="keymap">
<div class="rdfaahpc">
<button class="_button" @click="renote()"><fa :icon="faRetweet"/></button>
<button class="_button" @click="quote()"><fa :icon="faQuoteRight"/></button>
<button class="_button" @click="renote()"><fa :icon="faRetweet"/></button>
</div>
</x-popup>
</template>