rewrite popover because v-tooltip is slow as heck
This commit is contained in:
parent
8fcb9c42aa
commit
5262676e0e
13 changed files with 417 additions and 168 deletions
|
|
@ -20,7 +20,8 @@ const StatusPopover = {
|
|||
}
|
||||
},
|
||||
components: {
|
||||
Status: () => import('../status/status.vue')
|
||||
Status: () => import('../status/status.vue'),
|
||||
Popover: () => import('../popover/popover.vue')
|
||||
},
|
||||
methods: {
|
||||
enter () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue