From 619871af787ce17229c0c4bb1108c932ee4a7309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20FINDIKLI?= Date: Tue, 16 Feb 2021 12:16:03 +0300 Subject: [PATCH] router-link fixed --- src/views/dataview/DataViewDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dataview/DataViewDoc.vue b/src/views/dataview/DataViewDoc.vue index b148fc9a8..61fbcf8ac 100755 --- a/src/views/dataview/DataViewDoc.vue +++ b/src/views/dataview/DataViewDoc.vue @@ -9,7 +9,7 @@ import DataView from 'primevue/dataview';
PrimeFlex
-

DataView utilizes PrimeFlex library so it needs to be installed before getting started. Refer to FlexGrid documentation for details.

+

DataView utilizes PrimeFlex library so it needs to be installed before getting started. Refer to FlexGrid documentation for details.

Getting Started

DataView requires a collection of items as its value and one or more templates depending on the layout mode e.g. list and grid. Throughout the samples, a car interface having vin, brand, year and color properties are used to define an object to be displayed by the dataview. Cars are loaded by a CarService that connects to a server to fetch the cars.