This commit is contained in:
syuilo
2021-04-14 14:12:29 +09:00
parent e404e5e2de
commit 7fda726bbe
5 changed files with 15 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<template #header><Fa :icon="faBell"/>{{ $ts.notifications }}</template>
<template #func><button @click="configure()" class="_button"><Fa :icon="faCog"/></button></template>
<div>
<div class="_flat_">
<XNotifications :include-types="props.includingTypes"/>
</div>
</MkContainer>