Skip to content

Commit 3eb8898

Browse files
committed
fix: language instead of languages (NO S)
1 parent e10bf65 commit 3eb8898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VueLive.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<component
33
:is="layout ? layout : VueLiveDefaultLayout"
44
:code="stableCode"
5-
:languages="lang"
5+
:language="lang"
66
:prismLang="prismLang"
77
:requires="requires"
88
:components="components"

0 commit comments

Comments
 (0)