We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f20e6 commit 257ad9fCopy full SHA for 257ad9f
src/views/system/notice/NoticeForm.vue
@@ -11,7 +11,7 @@
11
<el-input v-model="formData.title" placeholder="请输入公告标题" />
12
</el-form-item>
13
<el-form-item label="公告内容" prop="content">
14
- <Editor :model-value="formData.content" height="150px" />
+ <Editor v-model="formData.content" height="150px" />
15
16
<el-form-item label="公告类型" prop="type">
17
<el-select v-model="formData.type" clearable placeholder="请选择公告类型">
0 commit comments