修复component问题

This commit is contained in:
2026-01-26 15:57:14 +08:00
parent bec473e62a
commit da82e82e7c
5 changed files with 64 additions and 87 deletions
@@ -146,7 +146,7 @@ const cateOptions = ref([]);
const form = reactive({
title: '',
author: '美天科技',
author: '云泽网',
cate: '',
content: '',
image: '',
@@ -394,7 +394,7 @@ function resetForm() {
// 重置表单数据
Object.assign(form, {
title: '',
author: '美天科技',
author: '云泽网',
cate: '',
content: '',
image: '',
+2 -3
View File
@@ -3,6 +3,5 @@
</template>
<script setup>
</script>
<style scoped></style>
// 简单的容器,用于嵌套路由展示
</script>