优化富文本配置

pull/59/head
smallchill 6 years ago
parent 3f1d0bb26d
commit 04efa673bc
  1. 2
      src/views/desk/notice.vue

@ -31,7 +31,7 @@
<el-tag>{{row.categoryName}}</el-tag> <el-tag>{{row.categoryName}}</el-tag>
</template> </template>
<template slot-scope="scope" slot="contentForm"> <template slot-scope="scope" slot="contentForm">
<avue-ueditor min-rows="6" v-model="form.content" :upload="upload"></avue-ueditor> <avue-ueditor :min-rows=6 v-model="form.content" :upload="upload"></avue-ueditor>
</template> </template>
</avue-crud> </avue-crud>
</basic-container> </basic-container>

Loading…
Cancel
Save