Editable

This commit is contained in:
2024-03-10 23:35:38 +08:00
parent 965feaa26d
commit 8391c95abc
8 changed files with 162 additions and 46 deletions

View File

@ -10,7 +10,8 @@ export const useEditor = defineStore("editor", () => {
comment: false
})
const related = reactive<{ comment_to: any; reply_to: any; repost_to: any }>({
const related = reactive<{ edit_to: any; comment_to: any; reply_to: any; repost_to: any }>({
edit_to: null,
comment_to: null,
reply_to: null,
repost_to: null