提交 57fe9ade 编写于 作者: Q qiang

fix: 阻止 input、textarea 组件 change 事件冒泡

上级 6f5af7d8
<template>
<uni-input v-on="$listeners">
<uni-input
@change.stop
v-on="$listeners">
<div
ref="wrapper"
class="uni-input-wrapper">
......
......@@ -12,6 +12,7 @@
:cursor="cursorNumber"
:selection-start="selectionStartNumber"
:selection-end="selectionEndNumber"
@change.stop
v-on="$listeners"
>
<div class="uni-textarea-wrapper">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册