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/pages/user | |
| parent | add todo (diff) | |
| download | misskey-1ac1a968b9edd801aa13e8dae56ca378744d9e2e.tar.gz misskey-1ac1a968b9edd801aa13e8dae56ca378744d9e2e.tar.bz2 misskey-1ac1a968b9edd801aa13e8dae56ca378744d9e2e.zip | |
refactor components
Diffstat (limited to 'src/client/pages/user')
| -rw-r--r-- | src/client/pages/user/index.timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/user/index.timeline.vue b/src/client/pages/user/index.timeline.vue index 287e6c8b22..8796ded469 100644 --- a/src/client/pages/user/index.timeline.vue +++ b/src/client/pages/user/index.timeline.vue @@ -1,6 +1,6 @@ <template> <div class="yrzkoczt" v-sticky-container> - <MkTab v-model:value="with_" class="_gap tab"> + <MkTab v-model="with_" class="_gap tab"> <option :value="null">{{ $ts.notes }}</option> <option value="replies">{{ $ts.notesAndReplies }}</option> <option value="files">{{ $ts.withFiles }}</option> |