Skip to content

Commit 5d09e74

Browse files
committed
fix: code example syntax highlighting error
1 parent 919c8d9 commit 5d09e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/component-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ app.component('custom-layout', {
324324
template: `
325325
<header>...</header>
326326
<main v-bind="$attrs">...</main>
327-
<footer...></footer>
327+
<footer>...</footer>
328328
`
329329
})
330330
```

0 commit comments

Comments
 (0)