提交 4b92ca99 编写于 作者: P Phil Hughes

Merge branch 'fl-expandbutton-backport' into 'master'

Use v-if in the expand button for performance

See merge request gitlab-org/gitlab-ce!17394
......@@ -39,7 +39,7 @@
@click="onClick">
...
</button>
<span v-show="!isCollapsed">
<span v-if="!isCollapsed">
<slot name="expanded"></slot>
</span>
</span>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册