mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[improvement] update color variables (#2010)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
<script>
|
||||
import create from '../utils/create';
|
||||
import { BLUE } from '../utils/color';
|
||||
|
||||
export default create({
|
||||
name: 'progress',
|
||||
@@ -27,7 +28,7 @@ export default create({
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
default: '#38f'
|
||||
default: BLUE
|
||||
},
|
||||
textColor: {
|
||||
type: String,
|
||||
|
Reference in New Issue
Block a user