lint fixes

This commit is contained in:
Ulf Gebhardt 2021-02-26 00:44:41 +01:00
parent 1960ce109c
commit c40b085b3d
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
10 changed files with 14 additions and 13 deletions

View File

@ -13,7 +13,6 @@
<td
v-for="(column, index) in columns"
:key="index"
v-if="hasValue(item, column)"
>
{{ itemValue(item, column) }}
</td>

View File

@ -66,6 +66,7 @@
if (this.inline) {
return `form-check-inline`;
}
return ''
}
},
created() {

View File

@ -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;

View File

@ -232,12 +232,12 @@
components: {
LineChart,
BarChart,
BaseProgress,
//BaseProgress,
StatsCard,
PageVisitsTable,
//PageVisitsTable,
AdminUserSearch,
AdminUserCreation,
SearchUser
//SearchUser
},
data() {
return {

View File

@ -153,7 +153,7 @@
components: {
LineChart,
BarChart,
BaseProgress,
//BaseProgress,
StatsCard,
PageVisitsTable,
SocialTrafficTable

View File

@ -79,7 +79,7 @@
GddTable,
GddAddWork,
GddWorkTable,
axios
//axios
},
methods: {
UserData() {

View File

@ -98,7 +98,7 @@
components: {
DashboardNavbar,
ContentFooter,
DashboardContent,
//DashboardContent,
FadeTransition
},
methods: {

View File

@ -45,8 +45,8 @@
export default {
components: {
BaseNav,
ZoomCenterTransition
//BaseNav,
//ZoomCenterTransition
},
props: {
backgroundColor: {

View File

@ -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: {

View File

@ -90,9 +90,9 @@
export default {
components: {
CollapseTransition,
//CollapseTransition,
BaseNav,
Modal
//Modal
},
computed: {
routeName() {