Skip to content

Commit

Permalink
docs(module:button): fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanxyz committed May 28, 2019
1 parent 68f7bad commit ddc77a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/demo/disabled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Component } from '@angular/core';
<button nz-button nzType="dashed">Dashed</button>
<button nz-button nzType="dashed" disabled>Dashed(disabled)</button>
<br />
<button nz-button nzType="link">link</button>
<button nz-button nzType="link">Link</button>
<button nz-button nzType="link" disabled>Link(disabled)</button>
<div style="padding: 8px 8px 0px; background: rgb(190, 200, 200);">
<button nz-button nzGhost>Ghost</button>
Expand Down

0 comments on commit ddc77a6

Please sign in to comment.