Link 文字链接
文字超链接
1. 基本用法
提供平 6 种样式可以选择:default、info、success、warning、error、primary
。
- 设置属性
underline
设置悬浮显示下划线,设置属性disabled
禁用链接
显示代码
2. API
props
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
type | 类型 | string | success, info, warning, error, default, primary | default |
underline | hover 显示下划线 | boolean | -- | false |
disabled | 禁用超链接 | boolean | -- | false |