This commit is contained in:
syuilo
2018-06-02 16:13:32 +09:00
parent 4feff8835c
commit 897f7a031d
11 changed files with 100 additions and 13 deletions

View File

@@ -31,7 +31,7 @@
</div>
</template>
<template v-if="notification.type == 'reciveFollowRequest'">
<template v-if="notification.type == 'receiveFollowRequest'">
<mk-avatar class="avatar" :user="notification.user"/>
<div class="text">
<p>%fa:user-clock%{{ notification.user | userName }}</p>
@@ -125,7 +125,7 @@ export default Vue.extend({
.text p i
color #53c7ce
&.reciveFollowRequest
&.receiveFollowRequest
.text p i
color #888