<textarea @tap="inputTap" class="editor_class" :value="inputValue" :maxlength="1000000" :adjust-position="false" class="editor_class" :show-confirm-bar="false" auto-height :cursor="inputValue.length" :focus="newBzShow" @input="edInput($event)" @focus="inputFocus($event)" @blur="inputBlur($event)" :fixed="true"></textarea>
Vue写法?