rewrite popover because v-tooltip is slow as heck

This commit is contained in:
Shpuld Shpuldson 2020-02-12 19:22:40 +02:00
commit 5262676e0e
13 changed files with 417 additions and 168 deletions

View file

@ -20,7 +20,8 @@ const StatusPopover = {
}
},
components: {
Status: () => import('../status/status.vue')
Status: () => import('../status/status.vue'),
Popover: () => import('../popover/popover.vue')
},
methods: {
enter () {