From 802c88b50a5d3dedef36cbd717cfda6f5f462e20 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Thu, 23 May 2019 17:20:14 +0300 Subject: [PATCH] Lint fix --- src/views/chart/ChartDoc.vue | 31 +++++++++++++++---------------- src/views/tabview/TabViewDoc.vue | 4 ++-- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/src/views/chart/ChartDoc.vue b/src/views/chart/ChartDoc.vue index 0cb53c6b1..90a6c539f 100644 --- a/src/views/chart/ChartDoc.vue +++ b/src/views/chart/ChartDoc.vue @@ -57,22 +57,21 @@ options: { hoverMode: 'index', stacked: false, scales: { - yAxes: [{ - type: 'linear', - display: true, - position: 'left', - id: 'y-axis-1', - }, - { - type: 'linear', - display: true, - position: 'right', - id: 'y-axis-2', - gridLines: { - drawOnChartArea: false - } - } - ] + yAxes: [{ + type: 'linear', + display: true, + position: 'left', + id: 'y-axis-1', + }, + { + type: 'linear', + display: true, + position: 'right', + id: 'y-axis-2', + gridLines: { + drawOnChartArea: false + } + }] } } diff --git a/src/views/tabview/TabViewDoc.vue b/src/views/tabview/TabViewDoc.vue index 01ebe6fad..22515c277 100644 --- a/src/views/tabview/TabViewDoc.vue +++ b/src/views/tabview/TabViewDoc.vue @@ -114,7 +114,7 @@ import {TabView, TabPanel} from 'primevue/tabview'; export default { - data() { + data() { return { active: [true, false, false] } @@ -348,7 +348,7 @@ export default { export default { - data() { + data() { return { active: [true, false, false] }