.textarea-container
textarea.textarea(:placeholder="placeholder" :maxlength="maxlength" v-model="value" :autofocus="autofocus && 'autofocus'" @input="updateValue" @blur="updateValue"
:style="{color: textColor}")
span.remind(v-if="maxlength") {{value.length + '/' + maxlength}}