fix: drive content not being loaded
This commit is contained in:
parent
2528508cff
commit
4f58b8de20
7 changed files with 13 additions and 35 deletions
|
|
@ -33,6 +33,8 @@ import MkNoteHeader from '@/components/MkNoteHeader.vue';
|
|||
import MkSubNoteContent from '@/components/MkSubNoteContent.vue';
|
||||
import MkCwButton from '@/components/MkCwButton.vue';
|
||||
import { defaultStore } from '@/store.js';
|
||||
import { misskeyApi } from '@/scripts/misskey-api.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
||||
const props = defineProps<{
|
||||
note: Misskey.entities.Note & {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue