Commit 54cf57fb authored by 徐一鸣's avatar 徐一鸣

文档标题

parent dd9517ec
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
]" ]"
:key="index" :key="index"
> >
<a v-text="item.title" @click="clickNav(item)"></a> <a v-html="item.title" @click="clickNav(item)"></a>
</li> </li>
</ul> </ul>
</div> </div>
......
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