From af87fca7ed5620a0adc0a7e30b676db42d6d4a4e Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Fri, 10 Jul 2020 16:40:53 +0300 Subject: [PATCH] Linting --- src/components/datatable/ScrollableView.vue | 2 +- src/views/inputtext/InputTextDoc.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/datatable/ScrollableView.vue b/src/components/datatable/ScrollableView.vue index 892a5cc7c..57774095b 100755 --- a/src/components/datatable/ScrollableView.vue +++ b/src/components/datatable/ScrollableView.vue @@ -197,7 +197,7 @@ export default { if (this.rowGroupMode && this.rowGroupMode === 'subheader') { return this.groupRowsBy !== column.field; } - + return true; } }, diff --git a/src/views/inputtext/InputTextDoc.vue b/src/views/inputtext/InputTextDoc.vue index 89ef45b2c..300afea65 100755 --- a/src/views/inputtext/InputTextDoc.vue +++ b/src/views/inputtext/InputTextDoc.vue @@ -52,7 +52,7 @@ import InputText from 'primevue/inputtext'; <InputText type="text" class="p-inputtext-lg" placeholder="Large" /> -

Instead of repeating the scale classes for each input, sizing can also be applied to a group by adding the +

Instead of repeating the scale classes for each input, sizing can also be applied to a group by adding the class to a container element so that descendant inputs share the same style easier.

<div class="p-inputtext-sm">