修复component问题
This commit is contained in:
@@ -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: '',
|
||||
|
||||
@@ -3,6 +3,5 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
// 简单的容器,用于嵌套路由展示
|
||||
</script>
|
||||
Reference in New Issue
Block a user