mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
[new feature] add Notify component (#2135)
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
<script>
|
||||
import create from '../utils/create';
|
||||
import { BLUE } from '../utils/color';
|
||||
import { BLUE, WHITE } from '../utils/color';
|
||||
|
||||
export default create({
|
||||
name: 'progress',
|
||||
@@ -42,7 +42,7 @@ export default create({
|
||||
},
|
||||
textColor: {
|
||||
type: String,
|
||||
default: '#fff'
|
||||
default: WHITE
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user