summaryrefslogtreecommitdiff
path: root/packages/client/src/components/note.sub.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-11-28 20:29:37 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-11-28 20:29:37 +0900
commit2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1 (patch)
treec40e093b1fe59351ddfaa377dfd72e5ddb4802bb /packages/client/src/components/note.sub.vue
parentfeat(client): show confirm dialog when vote (diff)
downloadsharkey-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.vue2
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';