Add labels for timeline header
This commit is contained in:
parent
f0ba0e6855
commit
f715de43f2
6 changed files with 15 additions and 8 deletions
|
|
@ -43,7 +43,12 @@ const Popover = {
|
|||
overlayCentersSelector: String,
|
||||
|
||||
// Lets hover popover stay when clicking inside of it
|
||||
stayOnClick: Boolean
|
||||
stayOnClick: Boolean,
|
||||
|
||||
triggerAttrs: {
|
||||
type: Object,
|
||||
default: {}
|
||||
}
|
||||
},
|
||||
inject: ['popoversZLayer'], // override popover z layer
|
||||
data () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue