diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-06 14:23:01 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-06 14:23:01 +0900 |
| commit | 1b88a7bc03ac45c3c0eea9408a700ffd2f72d5d0 (patch) | |
| tree | 3d6e7204e80fef4c728bf6a0e44aee2a6813969d /src/client/components/notes.vue | |
| parent | 12.0.0 (diff) | |
| download | sharkey-1b88a7bc03ac45c3c0eea9408a700ffd2f72d5d0.tar.gz sharkey-1b88a7bc03ac45c3c0eea9408a700ffd2f72d5d0.tar.bz2 sharkey-1b88a7bc03ac45c3c0eea9408a700ffd2f72d5d0.zip | |
Fix #5842 and refactoring
Diffstat (limited to 'src/client/components/notes.vue')
| -rw-r--r-- | src/client/components/notes.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/notes.vue b/src/client/components/notes.vue index 7cf2aa2b02..0fa02681fa 100644 --- a/src/client/components/notes.vue +++ b/src/client/components/notes.vue @@ -5,7 +5,7 @@ <mk-error v-if="error" @retry="init()"/> <x-list ref="notes" class="notes" :items="notes" v-slot="{ item: note, i }"> - <x-note :note="note" :detail="detail" :key="note.id" :data-index="i"/> + <x-note :note="note" :detail="detail" :key="note.id"/> </x-list> <footer v-if="more"> |