update linr
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<MkContainer :show-header="props.showHeader" :naked="props.transparent">
|
||||
<template #header><i class="fas fa-chart-bar"></i>{{ $ts._widgets.activity }}</template>
|
||||
<template #func><button @click="toggleView()" class="_button"><i class="fas fa-sort"></i></button></template>
|
||||
<template #func><button class="_button" @click="toggleView()"><i class="fas fa-sort"></i></button></template>
|
||||
|
||||
<div>
|
||||
<MkLoading v-if="fetching"/>
|
||||
@@ -41,12 +41,12 @@ const widget = define({
|
||||
});
|
||||
|
||||
export default defineComponent({
|
||||
extends: widget,
|
||||
components: {
|
||||
MkContainer,
|
||||
XCalendar,
|
||||
XChart,
|
||||
},
|
||||
extends: widget,
|
||||
data() {
|
||||
return {
|
||||
fetching: true,
|
||||
|
Reference in New Issue
Block a user