diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-28 20:29:37 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-28 20:29:37 +0900 |
| commit | 2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1 (patch) | |
| tree | c40e093b1fe59351ddfaa377dfd72e5ddb4802bb /packages/client/src/components/note.sub.vue | |
| parent | feat(client): show confirm dialog when vote (diff) | |
| download | sharkey-2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1.tar.gz sharkey-2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1.tar.bz2 sharkey-2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1.zip | |
feat(client): Renoteなノート詳細ページから元のノートページに遷移できるように
Diffstat (limited to 'packages/client/src/components/note.sub.vue')
| -rw-r--r-- | packages/client/src/components/note.sub.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/note.sub.vue b/packages/client/src/components/note.sub.vue index 40e1f5c8c4..de4218e535 100644 --- a/packages/client/src/components/note.sub.vue +++ b/packages/client/src/components/note.sub.vue @@ -26,7 +26,7 @@ <script lang="ts"> import { defineComponent } from 'vue'; -import notePage from '@/filters/note'; +import { notePage } from '@/filters/note'; import XNoteHeader from './note-header.vue'; import XSubNoteContent from './sub-note-content.vue'; import XCwButton from './cw-button.vue'; |