add DynamicNoteSimple.vue
This commit is contained in:
parent
61019158ce
commit
8b5768f848
4 changed files with 52 additions and 11 deletions
|
|
@ -39,7 +39,7 @@ import { prefer } from '@/preferences.js';
|
|||
|
||||
const props = defineProps<{
|
||||
note: Misskey.entities.Note & {
|
||||
isSchedule? : boolean,
|
||||
isSchedule?: boolean,
|
||||
scheduledNoteId?: string
|
||||
};
|
||||
expandAllCws?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue