Skip to content

Commit e1c11cf

Browse files
iliyaZelenkohaoqunjiang
authored andcommitted
docs: fix end of tag style (#1579)
Based on good practices.
1 parent 5fab977 commit e1c11cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/custom-blocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This is the documentation for component B.
7676
<!-- ComponentA.vue -->
7777
<template>
7878
<div>
79-
<ComponentB/>
79+
<ComponentB />
8080
<p>{{ docs }}</p>
8181
</div>
8282
</template>

0 commit comments

Comments
 (0)