mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Fix #4531
This commit is contained in:
parent
acea5ca78b
commit
72a27b5bdd
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-if="page == null || page == 'notification'">
|
<template v-if="page == null || page == 'notification'">
|
||||||
<x-notification v-show="page == 'notification'"/>
|
<x-notification/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-if="page == null || page == 'drive'">
|
<template v-if="page == null || page == 'drive'">
|
||||||
|
|
Loading…
Reference in a new issue