Fix bug
This commit is contained in:
parent
1a2229f886
commit
30f2da4215
5 changed files with 13 additions and 13 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<mk-note-detail class="post" :note="favorite.note" :key="favorite.note.id"/>
|
||||
</template>
|
||||
</sequential-entrance>
|
||||
<ui-button v-if="existMore" @click="more">{{ $t('@.load-more') }}</ui-button>
|
||||
<ui-button v-if="existMore" @click="fetchMore()">{{ $t('@.load-more') }}</ui-button>
|
||||
</main>
|
||||
</mk-ui>
|
||||
</template>
|
||||
|
|
@ -53,7 +53,7 @@ export default Vue.extend({
|
|||
Progress.done();
|
||||
});
|
||||
},
|
||||
more() {
|
||||
fetchMore() {
|
||||
this.moreFetching = true;
|
||||
this.$root.api('i/favorites', {
|
||||
limit: 11,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue