textarea组件用了 :fixed="true"后,会导致tap事件click事件都无效0?

发布于 7 年前作者 chaocui15013 次浏览最后编辑 7 年前来自 issues
			<textarea [@tap](/user/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](/user/input)="edInput($event)" [@focus](/user/focus)="inputFocus($event)" [@blur](/user/blur)="inputBlur($event)" :fixed="true"></textarea>
1 回复
yangming
yangming1 楼5 年前

Vue写法?