Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…vue3

� Conflicts:
�	package.json
  • Loading branch information
YunaiV committed May 29, 2023
2 parents 20426c4 + 22c022b commit ee12fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/system/notice/NoticeForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<el-input v-model="formData.title" placeholder="请输入公告标题" />
</el-form-item>
<el-form-item label="公告内容" prop="content">
<Editor :model-value="formData.content" height="150px" />
<Editor v-model="formData.content" height="150px" />
</el-form-item>
<el-form-item label="公告类型" prop="type">
<el-select v-model="formData.type" clearable placeholder="请选择公告类型">
Expand Down

0 comments on commit ee12fa0

Please sign in to comment.