2020-08-27 17:18:57 +08:00

3 lines
537 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

| 属性 | 说明 | 类型 | 默认值 |
|:--------------|:--------------------------|:--------|:-----------------------------------------------------|
| current | current表示Tabs当前激活的是那一项。如果Tab设置了key属性如果current等于那个key则激活那个。如果Tab没有设置key属性则current可以根据Tab顺序来激活。设置current=1则激活第一个。 | String\|Number | 1 |