Skip to content

Commit e817035

Browse files
committed
fix(ContentRenderer): typo in class props
1 parent 8512b5e commit e817035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/components/ContentRenderer.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function findMappedTag(node: MDCElement, tags: Record<string, string>) {
209209
:key="key"
210210
:body="body"
211211
:data="data"
212-
:clas="props.class"
212+
:class="props.class"
213213
:tag="props.tag"
214214
:prose="props.prose"
215215
:unwrap="props.unwrap"

0 commit comments

Comments
 (0)