Improve usability

This commit is contained in:
syuilo 2019-02-26 06:56:15 +09:00
parent 776d93546b
commit 89f0a8c864

View file

@ -50,7 +50,7 @@
</div> </div>
<div class="notifications" v-if="showNotifications"> <div class="notifications" v-if="showNotifications">
<header> <header>
<button @click="$parent.isDrawerOpening = false"><fa icon="times"/></button> <button @click="showNotifications = false"><fa icon="times"/></button>
</header> </header>
<mk-notifications/> <mk-notifications/>
</div> </div>