refactor(time-picker): using zindexable

This commit is contained in:
07akioni 2019-07-26 16:31:20 +08:00
parent d584ce2ce5
commit 27434bb59a

View File

@ -111,6 +111,7 @@ import moment from 'moment'
import detachable from '../../../mixins/detachable'
import placeable from '../../../mixins/placeable'
import clickoutside from '../../../directives/clickoutside'
import zindexable from '../../../mixins/zindexable'
const DEFAULT_FORMAT = 'HH:mm:ss'
const TIME_CONST = {
@ -152,7 +153,7 @@ export default {
directives: {
clickoutside
},
mixins: [detachable, placeable],
mixins: [detachable, placeable, zindexable],
props: {
stopSelectorBubble: {
type: Boolean,