fix(client): 「クリップ」ページが開かない問題を修正
This commit is contained in:
parent
389350ba77
commit
86931bdafd
2 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@ import MkPagination from '@/components/ui/pagination.vue';
|
|||
import MkButton from '@/components/ui/button.vue';
|
||||
import * as os from '@/os';
|
||||
import * as symbols from '@/symbols';
|
||||
import i18n from '@/components/global/i18n';
|
||||
import { i18n } from '@/i18n';
|
||||
|
||||
const pagination = {
|
||||
endpoint: 'clips/list' as const,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue