From 69c6d2bbf0118b475347984da5341c9d2dd555ed Mon Sep 17 00:00:00 2001 From: MK Date: Sun, 12 Jan 2020 21:45:28 -0500 Subject: [PATCH] Update no-results slot documentation Fixes a typo and adds the Vue 2.6.0+ preferred way to do it. --- tutorials/src/custom-template/index.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/tutorials/src/custom-template/index.md b/tutorials/src/custom-template/index.md index 398e839..d3c7bee 100644 --- a/tutorials/src/custom-template/index.md +++ b/tutorials/src/custom-template/index.md @@ -67,9 +67,21 @@ This slot is displayed if the table do not contain any rows. ##### Example +**In Vue.js 2.6.0+**: + +```html + + + +``` + +**In versions before 2.6.0:** + ```html -