mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-26 05:05:23 +00:00
fix bug with update notif
This commit is contained in:
parent
a0ede1d540
commit
ad27121547
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
{{ updateSnackbarText }}
|
||||
|
||||
<template v-slot:action="{ attrs }">
|
||||
<v-btn color="primary" text v-bind="attrs" @click="snackbar = false">Close</v-btn>
|
||||
<v-btn color="primary" text v-bind="attrs" @click="updateSnackbar = false">Close</v-btn>
|
||||
</template>
|
||||
</v-snackbar>
|
||||
</div>
|
||||
|
@ -13,7 +13,6 @@
|
|||
<style scoped>
|
||||
.updateBar {
|
||||
z-index: 99999999;
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue