🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

28 lines
414 B

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