Merge branch 'develop' of https://github.com/syuilo/misskey into develop

This commit is contained in:
syuilo
2019-02-15 06:06:24 +09:00
2 changed files with 10 additions and 2 deletions

View File

@ -4,8 +4,7 @@
<mk-notes ref="timeline" :more="existMore ? more : null">
<div slot="empty">
<fa :icon="['far', 'comments']"/>
%i18n:@empty%
<fa :icon="['far', 'comments']"/>{{ $t('empty') }}
</div>
</mk-notes>
</div>
@ -13,10 +12,13 @@
<script lang="ts">
import Vue from 'vue';
import i18n from '../../../i18n';
const fetchLimit = 10;
export default Vue.extend({
i18n: i18n('mobile/views/pages/home.timeline.vue'),
props: {
src: {
type: String,