refactor: 兼容移动端,下拉类型组件去掉输入事件,防止再调用键盘事件

This commit is contained in:
wangjiahao 2021-12-16 17:59:16 +08:00
parent 322404c3fb
commit 1fba59cc5b
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
:append-to-body="inScreen"
value-format="timestamp"
:size="size"
:editable="false"
@change="dateChange"
/>
</template>

View File

@ -4,6 +4,7 @@
v-model="options.value"
:placeholder="options.attrs.placeholder"
:size="size"
:editable="false"
/>
</template>