fix: Fix click event on reblog in notifications

This commit is contained in:
AkiraFukushima 2018-03-31 22:02:26 +09:00
parent f5b1a9659c
commit dfdb1e3976

View File

@ -5,7 +5,7 @@
<icon name="retweet" scala="0.7"></icon>
</div>
<div class="action-detail">
<span class="bold" @clikc="openUser(message.account)">{{ username(message.account) }}</span> boosted your status
<span class="bold" @click="openUser(message.account)">{{ username(message.account) }}</span> boosted your status
</div>
<div class="action-icon">
<img :src="message.account.avatar" />