소스 검색

人才地图

lifanagju_citu 8 달 전
부모
커밋
a2d3a11dfe
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/FormUI/textArea/index.vue

+ 1 - 0
src/components/FormUI/textArea/index.vue

@@ -12,6 +12,7 @@
       :rows="item.rows || 3"
       :disabled="item.disabled"
       :autofocus="item.autofocus"
+      :auto-grow="item.autoGrow"
       :density="item.dense || 'compact'"
       :placeholder="item.placeholder || item.label"
       :no-resize="!item.resize"