mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-05 07:01:14 +00:00
Bug Fix: Tapping on items in the 3 dot menu doesn't always register
This commit is contained in:
parent
78c55db831
commit
d71f33e784
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
</template>
|
||||
<v-list style="min-width: 150px;">
|
||||
<v-list-item v-for="(item, index) in dropdownMenu" :key="index">
|
||||
<nuxt-link :to="item.link" style="text-decoration: none;" class="info--text">{{ item.title }}</nuxt-link>
|
||||
<nuxt-link :to="item.link" style="text-decoration: none; width: 100%;" class="info--text">{{ item.title }}</nuxt-link>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
</v-menu>
|
||||
|
|
Loading…
Reference in a new issue