Skip to content

Commit e63f9ea

Browse files
shanyuhai123tangjinzhou
authored andcommitted
docs: update card tabs demo (#1685)
1 parent b8a0195 commit e63f9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/card/demo/tabs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
@tabChange="key => onTabChange(key, 'noTitleKey')"
3131
>
3232
<p v-if="noTitleKey === 'article'">article content</p>
33-
<p v-else="noTitleKey === 'app'">app content</p>
33+
<p v-else-if="noTitleKey === 'app'">app content</p>
3434
<p v-else="noTitleKey === 'project'">project content</p>
3535
</a-card>
3636
</div>

0 commit comments

Comments
 (0)