Skip to content

Commit 3e51f76

Browse files
authored
docs: ✏️ 更正text组件doc的type属性默认值 (#557)
1 parent 2be368d commit 3e51f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/component/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## 设置主题
1818

19-
通过<code>type</code>参数设置文本主题,我们提供了五类属性:<code>primary</code> <code>error</code> <code>success</code> <code>warning</code> <code>info-默认</code>。
19+
通过<code>type</code>参数设置文本主题,我们提供了五类属性:<code>primary</code> <code>error</code> <code>success</code> <code>warning</code> <code>default-默认</code>。
2020

2121
```html
2222
<wd-text type="primary" text="主色"></wd-text>

0 commit comments

Comments
 (0)