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