From 6246261cde411ebfa515efa64cfa5b2de7f4b288 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Tue, 5 May 2026 10:16:32 -0700 Subject: [PATCH] chore(playground): use vue code fence in Vue playground template --- _templates/playground/new/vue.md.ejs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_templates/playground/new/vue.md.ejs.t b/_templates/playground/new/vue.md.ejs.t index 1a13f8b8dcc..5867eb38b95 100644 --- a/_templates/playground/new/vue.md.ejs.t +++ b/_templates/playground/new/vue.md.ejs.t @@ -2,7 +2,7 @@ arbitrary: <% pascalComponent = h.changeCase.pascal(component) %> to: "<%= `static/usage/v${version}/${name}/${path}/vue.md` %>" --- -```html +```vue