mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 11:56:13 +02:00
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