[new feature] add Notify component (#2135)

This commit is contained in:
neverland
2018-11-25 10:36:07 +08:00
committed by GitHub
parent 00458839a2
commit eb44209a5a
22 changed files with 465 additions and 5 deletions

View File

@@ -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,