diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-30 00:50:45 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-30 00:50:45 +0900 |
| commit | 1ac1a968b9edd801aa13e8dae56ca378744d9e2e (patch) | |
| tree | 858fc2a3f93db6590334e1056fc4a93814c8cfcc /src/client/components/note.sub.vue | |
| parent | add todo (diff) | |
| download | sharkey-1ac1a968b9edd801aa13e8dae56ca378744d9e2e.tar.gz sharkey-1ac1a968b9edd801aa13e8dae56ca378744d9e2e.tar.bz2 sharkey-1ac1a968b9edd801aa13e8dae56ca378744d9e2e.zip | |
refactor components
Diffstat (limited to 'src/client/components/note.sub.vue')
| -rw-r--r-- | src/client/components/note.sub.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/note.sub.vue b/src/client/components/note.sub.vue index 899c4b2f16..157b65ec5c 100644 --- a/src/client/components/note.sub.vue +++ b/src/client/components/note.sub.vue @@ -7,7 +7,7 @@ <div class="body"> <p v-if="note.cw != null" class="cw"> <Mfm v-if="note.cw != ''" class="text" :text="note.cw" :author="note.user" :i="$i" :custom-emojis="note.emojis" /> - <XCwButton v-model:value="showContent" :note="note"/> + <XCwButton v-model="showContent" :note="note"/> </p> <div class="content" v-show="note.cw == null || showContent"> <XSubNote-content class="text" :note="note"/> |