diff --git a/docs/guide/using-vue.md b/docs/guide/using-vue.md index 8ed6b0aa..998d3aa8 100644 --- a/docs/guide/using-vue.md +++ b/docs/guide/using-vue.md @@ -26,8 +26,8 @@ Directives also work: **Input** -```md -{{ i }} +```html +{{ i }} ``` **Output** @@ -40,7 +40,7 @@ You can use the [`useData` helper](./api#usedata) in a `