mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
340 B
340 B
#### 垂直分割线
使用 `type="vertical"` 设置为行内的垂直分割线。
#### Vertical
Use `type="vertical"` make it vertical.
<template>
<div>
Text
<a-divider type="vertical" />
<a href="#">Link</a>
<a-divider type="vertical" />
<a href="#">Link</a>
</div>
</template>