1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 17:45:51 +02:00
This commit is contained in:
syuilo
2018-11-12 01:20:26 +09:00
parent c2038bec73
commit 0b40194d31
2 changed files with 9 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<template v-for="favorite in favorites">
<mk-note-detail class="post" :note="favorite.note" :key="favorite.note.id"/>
</template>
<a v-if="existMore" @click="more">{{ $t('@.load-more') }}</a>
<ui-button v-if="existMore" @click="more">{{ $t('@.load-more') }}</ui-button>
</main>
</mk-ui>
</template>
@@ -73,8 +73,6 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
main
width 100%
max-width 680px