Skip to content

Commit

Permalink
fix(addon-doc): icon should be paste from subPage (#5517)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 2, 2023
1 parent 07d4e81 commit a66d692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
>
{{ subPage.title }}
<tui-svg
*polymorpheusOutlet="item.icon as icon"
*polymorpheusOutlet="subPage.icon as icon"
class="t-icon"
[src]="icon"
></tui-svg>
Expand Down

0 comments on commit a66d692

Please sign in to comment.