Skip to content

Commit

Permalink
docs(module:dropdown): fix nzClickHide default value (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
zverbeta authored and wilsoncook committed Oct 14, 2017
1 parent 083dd03 commit 7a0456f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/showcase/nz-demo-dropdown/nz-demo-dropdown.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<article>
<section class="markdown"><h1>Dropdown 下拉菜单</h1>
<section class="markdown"><p>向下弹出的列表。</p>
<section class="markdown">
<h1>Dropdown 下拉菜单</h1>
<section class="markdown">
<p>向下弹出的列表。</p>
<h2 id="何时使用"><span>何时使用</span>
</h2>
<p>当页面上的操作命令过多时,用此组件可以收纳操作元素。点击或移入触点,会出现一个下拉菜单。可在列表中进行选择,并执行相应的命令。</p>
Expand Down Expand Up @@ -105,7 +107,7 @@ <h3 id="nz-dropdown"><span>nz-dropdown</span>
<td>nzClickHide</td>
<td>点击后是否隐藏菜单</td>
<td>Boolean</td>
<td>false</td>
<td>true</td>
</tr>
<tr>
<td>nzVisible</td>
Expand Down Expand Up @@ -196,4 +198,4 @@ <h3 id="nz-dropdown-button"><span>nz-dropdown-button</span>
<code>nz-menu-divider</code>和 子菜单<code>nz-submenu</code></p>
</section>

</article>
</article>

0 comments on commit 7a0456f

Please sign in to comment.