mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
refactor(time-picker): using zindexable
This commit is contained in:
parent
d584ce2ce5
commit
27434bb59a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user