Skip to content

Commit

Permalink
fix(action): fix action docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mengshuicmq committed Nov 24, 2023
1 parent c2d598d commit 4df804a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/action/examples/basic/basic.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<a thyAction thyIcon="smile" href="javascript:;" [thyDisabled]="true"></a>
<thy-action thyIcon="smile" [thyDisabled]="true"></thy-action>
<a thyAction href="javascript:;"><thy-icon thyIconName="vertical-view-lines"></thy-icon></a>
<a thyAction thyActionActive="true" thyIcon="version" href="javascript:;"></a>

<thy-action thyIcon="smile" [thyDisabled]="true"></thy-action>

0 comments on commit 4df804a

Please sign in to comment.