make picker close on blur
This commit is contained in:
parent
58cd467591
commit
030a522daa
5 changed files with 12 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="[prefixCls + '-body-wrapper']">
|
||||
<div :class="[prefixCls + '-body-wrapper']" @mousedown.prevent>
|
||||
<div :class="[prefixCls + '-body']">
|
||||
<div :class="[timePrefixCls + '-header']" v-if="showDate">{{ visibleDate }}</div>
|
||||
<div :class="[prefixCls + '-content']">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue