Skip to content

Commit 9869377

Browse files
committed
docs: use lang="vue"
1 parent 785a95e commit 9869377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Use inside SFC
5252
<MyCoolComponent> Hello World! </MyCoolComponent>
5353
</template>
5454

55-
<component name="MyCoolComponent" lang="html">
55+
<component name="MyCoolComponent" lang="vue">
5656
<template>
5757
<h1>
5858
<slot />

0 commit comments

Comments
 (0)