Skip to content

Commit

Permalink
fix:添加控件弹窗-控件元素值输入框只能一行会过来换行符的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
taotao committed Jun 20, 2022
1 parent 588aa16 commit 1b1ebc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ElementUpdate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ onMounted(() => {
</template>
</el-upload>
<el-input
type="textarea"
autosize
v-else
v-model="element.eleValue"
placeholder="请输入控件元素值"
Expand Down

0 comments on commit 1b1ebc4

Please sign in to comment.