fixed all warnings that show up when just opening the main UI
This commit is contained in:
parent
b7dcb6e97b
commit
9e17be813d
15 changed files with 45 additions and 17 deletions
|
|
@ -53,7 +53,11 @@ const Popover = {
|
|||
default: {}
|
||||
}
|
||||
},
|
||||
inject: ['popoversZLayer'], // override popover z layer
|
||||
inject: { // override popover z layer
|
||||
popoversZLayer: {
|
||||
default: ''
|
||||
}
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
// lockReEntry is a flag that is set when mouse cursor is leaving the popover's content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue