Browse Source

Make demo button hoverable

pull/341/head
Hironsan 5 years ago
parent
commit
4e62f1452f
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/components/organisms/TheHeader.vue

2
frontend/components/organisms/TheHeader.vue

@ -10,7 +10,7 @@
doccano
</v-toolbar-title>
<div class="flex-grow-1" />
<v-menu offset-y>
<v-menu open-on-hover offset-y>
<template v-slot:activator="{ on }">
<v-btn
text

Loading…
Cancel
Save