mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
lint fixes
This commit is contained in:
parent
1960ce109c
commit
c40b085b3d
@ -13,7 +13,6 @@
|
||||
<td
|
||||
v-for="(column, index) in columns"
|
||||
:key="index"
|
||||
v-if="hasValue(item, column)"
|
||||
>
|
||||
{{ itemValue(item, column) }}
|
||||
</td>
|
||||
|
||||
@ -66,6 +66,7 @@
|
||||
if (this.inline) {
|
||||
return `form-check-inline`;
|
||||
}
|
||||
return ''
|
||||
}
|
||||
},
|
||||
created() {
|
||||
|
||||
@ -116,6 +116,7 @@ export default {
|
||||
let words = this.link.name.split(' ');
|
||||
return words.map(word => word.substring(0, 1)).join('');
|
||||
}
|
||||
return ''
|
||||
},
|
||||
isMenu() {
|
||||
return this.children.length > 0 || this.menu === true;
|
||||
|
||||
@ -232,12 +232,12 @@
|
||||
components: {
|
||||
LineChart,
|
||||
BarChart,
|
||||
BaseProgress,
|
||||
//BaseProgress,
|
||||
StatsCard,
|
||||
PageVisitsTable,
|
||||
//PageVisitsTable,
|
||||
AdminUserSearch,
|
||||
AdminUserCreation,
|
||||
SearchUser
|
||||
//SearchUser
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -153,7 +153,7 @@
|
||||
components: {
|
||||
LineChart,
|
||||
BarChart,
|
||||
BaseProgress,
|
||||
//BaseProgress,
|
||||
StatsCard,
|
||||
PageVisitsTable,
|
||||
SocialTrafficTable
|
||||
|
||||
@ -79,7 +79,7 @@
|
||||
GddTable,
|
||||
GddAddWork,
|
||||
GddWorkTable,
|
||||
axios
|
||||
//axios
|
||||
},
|
||||
methods: {
|
||||
UserData() {
|
||||
|
||||
@ -98,7 +98,7 @@
|
||||
components: {
|
||||
DashboardNavbar,
|
||||
ContentFooter,
|
||||
DashboardContent,
|
||||
//DashboardContent,
|
||||
FadeTransition
|
||||
},
|
||||
methods: {
|
||||
|
||||
@ -45,8 +45,8 @@
|
||||
|
||||
export default {
|
||||
components: {
|
||||
BaseNav,
|
||||
ZoomCenterTransition
|
||||
//BaseNav,
|
||||
//ZoomCenterTransition
|
||||
},
|
||||
props: {
|
||||
backgroundColor: {
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<div class="wrapper">
|
||||
<notifications></notifications>
|
||||
<side-bar>
|
||||
<template slot-scope="props" slot="links">
|
||||
<template slot-scope="" slot="links">
|
||||
<sidebar-item
|
||||
:link="{
|
||||
name: 'Dashboards',
|
||||
@ -56,7 +56,7 @@ export default {
|
||||
components: {
|
||||
DashboardNavbar,
|
||||
ContentFooter,
|
||||
DashboardContent,
|
||||
//DashboardContent,
|
||||
FadeTransition,
|
||||
},
|
||||
methods: {
|
||||
|
||||
@ -90,9 +90,9 @@
|
||||
|
||||
export default {
|
||||
components: {
|
||||
CollapseTransition,
|
||||
//CollapseTransition,
|
||||
BaseNav,
|
||||
Modal
|
||||
//Modal
|
||||
},
|
||||
computed: {
|
||||
routeName() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user