Skip to content

Commit 6246261

Browse files
committed
chore(playground): use vue code fence in Vue playground template
1 parent 1fefcdc commit 6246261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_templates/playground/new/vue.md.ejs.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
arbitrary: <% pascalComponent = h.changeCase.pascal(component) %>
33
to: "<%= `static/usage/v${version}/${name}/${path}/vue.md` %>"
44
---
5-
```html
5+
```vue
66
<template>
77
<<%= component %>></<%= component %>>
88
</template>

0 commit comments

Comments
 (0)