From e04ae64d6bfc671804e698d6d2edfcf473c53472 Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Sat, 5 Sep 2020 19:21:41 +0300 Subject: [PATCH] docs: fix special example (#598) --- docs/guide/special.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/special.md b/docs/guide/special.md index cdac497..cd2b4ca 100644 --- a/docs/guide/special.md +++ b/docs/guide/special.md @@ -37,7 +37,7 @@ metaInfo() { }, data() { return { - this.cssTexts: [] + cssTexts: [] } }, mounted() {