mirror of
https://github.com/youzan/vant.git
synced 2026-01-27 02:00:43 +08:00
docs: make document more compact
This commit is contained in:
@@ -42,13 +42,11 @@ Use `pivot-text` to custom text,use `color` to custom bar color
|
||||
color="#f2826a"
|
||||
:percentage="25"
|
||||
/>
|
||||
|
||||
<van-progress
|
||||
pivot-text="Red"
|
||||
color="#ee0a24"
|
||||
:percentage="50"
|
||||
/>
|
||||
|
||||
<van-progress
|
||||
:percentage="75"
|
||||
pivot-text="Purple"
|
||||
|
||||
@@ -45,13 +45,11 @@ Vue.use(Progress);
|
||||
color="#f2826a"
|
||||
:percentage="25"
|
||||
/>
|
||||
|
||||
<van-progress
|
||||
pivot-text="红色"
|
||||
color="#ee0a24"
|
||||
:percentage="50"
|
||||
/>
|
||||
|
||||
<van-progress
|
||||
:percentage="75"
|
||||
pivot-text="紫色"
|
||||
|
||||
Reference in New Issue
Block a user