From 1805279ed30f7e32bcee159243ee8b95165277c1 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Sat, 29 Jun 2019 14:52:22 +0300 Subject: [PATCH] Fixed typo --- 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 82a0b7c80..03ca806e1 100644 --- a/src/views/dataview/DataViewDoc.vue +++ b/src/views/dataview/DataViewDoc.vue @@ -77,7 +77,7 @@ export default {

Empty Message

-

Where there is no data to display, the optional empty template can be used to display information.

+

Where there is no data to display, the optional empty template can be used to display information.

<template #empty>No records found.</template>