feat(client): Renoteなノート詳細ページから元のノートページに遷移できるように

This commit is contained in:
syuilo
2021-11-28 20:29:37 +09:00
parent 561b0fc10e
commit 2fc58a780e
8 changed files with 12 additions and 7 deletions

View File

@ -21,7 +21,7 @@
<script lang="ts">
import { defineComponent } from 'vue';
import notePage from '@/filters/note';
import { notePage } from '@/filters/note';
import { userPage } from '@/filters/user';
import * as os from '@/os';