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
+
+
+ Nothing to see here
+
+
+```
+
+**In versions before 2.6.0:**
+
```html
-
+
Nothing to see here