This commit is contained in:
syuilo
2019-03-07 13:03:46 +09:00
parent c11e813146
commit f02125dd47
5 changed files with 140 additions and 8 deletions

View File

@ -123,9 +123,9 @@ export default Vue.extend({
created() {
if (this.detail) {
this.$root.api('notes/replies', {
this.$root.api('notes/children', {
noteId: this.appearNote.id,
limit: 8
limit: 30
}).then(replies => {
this.replies = replies;
});