cloud-ui.vusion
Version:
Vusion Cloud UI
30 lines (20 loc) • 405 B
Markdown
### 普通链接
``` html
<u-link text="普通链接"></u-link>
```
### 成功链接
``` html
<u-link color="success" text="成功链接"></u-link>
```
### 警告链接
``` html
<u-link color="warning" text="警告链接"></u-link>
```
### 危险链接
``` html
<u-link color="danger" text="危险链接"></u-link>
```
### 禁用链接
``` html
<u-link disabled text="禁用链接"></u-link>
```