diff --git a/apps/showcase/doc/autocomplete/MultipleDoc.vue b/apps/showcase/doc/autocomplete/MultipleDoc.vue index 2e800c785..f870122f2 100644 --- a/apps/showcase/doc/autocomplete/MultipleDoc.vue +++ b/apps/showcase/doc/autocomplete/MultipleDoc.vue @@ -2,12 +2,12 @@

Multiple mode is enabled using multiple property used to select more than one value from the autocomplete. In this case, value reference should be an array.

-
+
- + - +
@@ -22,19 +22,19 @@ export default { code: { basic: ` - + - + `, options: ` @@ -57,12 +57,12 @@ export default { `, composition: ` diff --git a/apps/showcase/doc/datatable/LazyLoadDoc.vue b/apps/showcase/doc/datatable/LazyLoadDoc.vue index 11e4e61fc..db04082fd 100644 --- a/apps/showcase/doc/datatable/LazyLoadDoc.vue +++ b/apps/showcase/doc/datatable/LazyLoadDoc.vue @@ -11,7 +11,7 @@

Note that, the implementation of checkbox selection in lazy mode needs to be handled manually as in this example since the DataTable cannot know about the whole dataset.

-
+
@@ -49,12 +49,12 @@
@@ -65,7 +65,7 @@
@@ -108,7 +108,7 @@ export default { @@ -119,12 +119,12 @@ export default {
@@ -135,14 +135,14 @@ export default { `, options: ` @@ -177,7 +177,7 @@ export default { @@ -276,7 +276,7 @@ export default { `, composition: ` @@ -311,7 +311,7 @@ export default { diff --git a/apps/showcase/doc/datatable/edit/CellEditDoc.vue b/apps/showcase/doc/datatable/edit/CellEditDoc.vue index 71bfed66c..cd08ed995 100644 --- a/apps/showcase/doc/datatable/edit/CellEditDoc.vue +++ b/apps/showcase/doc/datatable/edit/CellEditDoc.vue @@ -3,7 +3,7 @@

Cell editing is enabled by setting editMode as cell, defining input elements with editor templating of a Column and implementing cell-edit-complete to update the state.

-
+
@@ -67,10 +67,10 @@ export default { @@ -78,7 +78,7 @@ export default { `, options: ` @@ -164,7 +164,7 @@ export default { `, composition: ` diff --git a/apps/showcase/doc/datatable/edit/RowEditDoc.vue b/apps/showcase/doc/datatable/edit/RowEditDoc.vue index 36cd1aa20..d4b134ffd 100644 --- a/apps/showcase/doc/datatable/edit/RowEditDoc.vue +++ b/apps/showcase/doc/datatable/edit/RowEditDoc.vue @@ -6,7 +6,7 @@

-
+
@@ -91,12 +91,12 @@ export default { @@ -119,7 +119,7 @@ export default { `, options: `