23 lines
282 B
Vue
23 lines
282 B
Vue
|
<docs>
|
||
|
---
|
||
|
order: 9
|
||
|
title:
|
||
|
zh-CN: 缎带
|
||
|
en-US: Ribbon
|
||
|
---
|
||
|
|
||
|
## zh-CN
|
||
|
使用缎带型的徽标。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Use ribbon badge.
|
||
|
|
||
|
</docs>
|
||
|
|
||
|
<template>
|
||
|
<a-badge-ribbon text="Pushes open the window">
|
||
|
<a-card>And raises the spyglass.</a-card>
|
||
|
</a-badge-ribbon>
|
||
|
</template>
|