Skip to content

Commit

Permalink
docs: update card tabs demo (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyuhai123 authored and tangjinzhou committed Jan 15, 2020
1 parent b8a0195 commit e63f9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/card/demo/tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@tabChange="key => onTabChange(key, 'noTitleKey')"
>
<p v-if="noTitleKey === 'article'">article content</p>
<p v-else="noTitleKey === 'app'">app content</p>
<p v-else-if="noTitleKey === 'app'">app content</p>
<p v-else="noTitleKey === 'project'">project content</p>
</a-card>
</div>
Expand Down

0 comments on commit e63f9ea

Please sign in to comment.