Add labels for timeline header

This commit is contained in:
tusooa 2022-11-07 13:22:40 -05:00
commit f715de43f2
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
6 changed files with 15 additions and 8 deletions

View file

@ -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 () {