From f89bc6b319fdf12b3e69be4334f752fb8b1e5c26 Mon Sep 17 00:00:00 2001 From: andyxmas Date: Fri, 22 Apr 2022 13:33:09 +0100 Subject: [PATCH] escape vue data with `| escape` filter --- docs/guide/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index 69c4d69..1cc5b88 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -64,7 +64,7 @@ export default { ```liquid ``` @@ -91,4 +91,4 @@ export default { "class": "vue-section" } {% endschema %} -``` \ No newline at end of file +```