update linr
This commit is contained in:
parent
b6e3f1c490
commit
5d968afa74
291 changed files with 1176 additions and 1164 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<MkContainer :style="`height: ${props.height}px;`" :show-header="props.showHeader" :scrollable="true">
|
||||
<template #header><i class="fas fa-bell"></i>{{ $ts.notifications }}</template>
|
||||
<template #func><button @click="configure()" class="_button"><i class="fas fa-cog"></i></button></template>
|
||||
<template #func><button class="_button" @click="configure()"><i class="fas fa-cog"></i></button></template>
|
||||
|
||||
<div>
|
||||
<XNotifications :include-types="props.includingTypes"/>
|
||||
|
|
@ -36,12 +36,12 @@ const widget = define({
|
|||
});
|
||||
|
||||
export default defineComponent({
|
||||
extends: widget,
|
||||
|
||||
components: {
|
||||
MkContainer,
|
||||
XNotifications,
|
||||
},
|
||||
extends: widget,
|
||||
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue