|
|
@ -170,7 +170,7 @@ import { parsePostTag } from '@/utils/content';
|
|
|
|
import type { MentionOption, UploadFileInfo, UploadInst } from 'naive-ui';
|
|
|
|
import type { MentionOption, UploadFileInfo, UploadInst } from 'naive-ui';
|
|
|
|
|
|
|
|
|
|
|
|
const emit = defineEmits<{
|
|
|
|
const emit = defineEmits<{
|
|
|
|
(e: "post-success"): void
|
|
|
|
(e: 'post-success'): void
|
|
|
|
}>();
|
|
|
|
}>();
|
|
|
|
const props = withDefaults(defineProps<{
|
|
|
|
const props = withDefaults(defineProps<{
|
|
|
|
lock: number,
|
|
|
|
lock: number,
|
|
|
|