wip
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<MkContainer :style="`height: ${props.height}px;`" :show-header="props.showHeader" :scrollable="true">
|
||||
<template #header><Fa :icon="faBell"/>{{ $t('notifications') }}</template>
|
||||
<template #header><Fa :icon="faBell"/>{{ $ts.notifications }}</template>
|
||||
<template #func><button @click="configure()" class="_button"><Fa :icon="faCog"/></button></template>
|
||||
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user