29 lines
414 B
Vue
29 lines
414 B
Vue
<docs>
|
|
---
|
|
order: 0
|
|
title:
|
|
zh-CN: 分隔符
|
|
en-US: Split
|
|
---
|
|
|
|
## zh-CN
|
|
|
|
相邻组件分隔符。
|
|
|
|
## en-US
|
|
|
|
Crowded components split.
|
|
|
|
</docs>
|
|
|
|
<template>
|
|
<a-space>
|
|
<template #split>
|
|
<a-divider type="vertical" />
|
|
</template>
|
|
<a-typography-link>Link</a-typography-link>
|
|
<a-typography-link>Link</a-typography-link>
|
|
<a-typography-link>Link</a-typography-link>
|
|
</a-space>
|
|
</template>
|