浏览代码

richinput

tangning 1 天之前
父节点
当前提交
7a8f560005
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/tagging/hot/edit.vue

+ 1 - 1
src/views/tagging/hot/edit.vue

@@ -46,7 +46,7 @@
         width="100%"
         height="158px"
         :placeholder="defStyleType.id === type ? '描述:' : '特征描述:'"
-        type="richtext"
+        type="richinput"
         :rich="true"
         v-model="tagging.desc"
         :maxlength="200"