Commit e1c11cf8 authored by Илья's avatar Илья Committed by Haoqun Jiang

docs: fix end of tag style (#1579)

Based on good practices.
parent 5fab977f
...@@ -76,7 +76,7 @@ This is the documentation for component B. ...@@ -76,7 +76,7 @@ This is the documentation for component B.
<!-- ComponentA.vue --> <!-- ComponentA.vue -->
<template> <template>
<div> <div>
<ComponentB/> <ComponentB />
<p>{{ docs }}</p> <p>{{ docs }}</p>
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment