UNPKG

vue-simput

Version:

Simput component meant to be used with PyWebVue/Trame

19 lines (15 loc) 312 B
<v-textarea v-show="decorator.show" :label="label" :hint="help" v-model="model" @change="validate" :auto-grow="auto-grow" :autofocus="autofocus" :clearable="clearable" :disabled="disabled" :no-resize="no-resize" :row-height="row-height" :rows="rows" :disabled="!decorator.enable" />