From e2ec64a06abd8194332a0b1ad8642b5be241bd1d Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Fri, 12 Nov 2021 03:27:43 +0000 Subject: [PATCH] fix: bug in the rendering of the v-html example --- src/api/directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/directives.md b/src/api/directives.md index 6cde557150..02cc8a0a85 100644 --- a/src/api/directives.md +++ b/src/api/directives.md @@ -35,7 +35,7 @@ - **Example:** ```html -
+ ``` - **See also:** [Data Binding Syntax - Interpolations](../guide/template-syntax.html#raw-html)