docs: update card tabs demo (#1685)

pull/1731/head
shanyuhai123 2020-01-15 21:11:16 +08:00 committed by tangjinzhou
parent b8a0195379
commit e63f9ea671
1 changed files with 1 additions and 1 deletions

View File

@ -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>