提交 b2f18828 编写于 作者: A Alfredo Sumaran

Update i tags so they are not self closed

上级 912d1317
......@@ -140,10 +140,10 @@ export default {
<i
v-show="group.isOpen"
class="fa fa-folder-open"
aria-hidden="true" />
aria-hidden="true"></i>
<i
v-show="!group.isOpen"
class="fa fa-folder" />
class="fa fa-folder"></i>
</span>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册