feat: 新增主题图片功能

This commit is contained in:
橙子
2024-09-30 00:40:47 +08:00
parent 72d307503e
commit 58fa94e8b8
3 changed files with 17 additions and 17 deletions

View File

@@ -73,9 +73,7 @@ const discuss = reactive({
agreeNum: 0,
isAgree: false,
cover: "",
isBan: false,
isAgree: false,
agreeNum: 0,
isBan: false
});
const router = useRouter();
const spacer = h(ElDivider, { direction: "vertical" });