mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[improvement] update color variables (#2010)
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
<script>
|
||||
import create from '../utils/create';
|
||||
import { raf, cancel } from '../utils/raf';
|
||||
import { BLUE } from '../utils/color';
|
||||
|
||||
export default create({
|
||||
name: 'circle',
|
||||
@@ -39,7 +40,7 @@ export default create({
|
||||
},
|
||||
color: {
|
||||
type: String,
|
||||
default: '#38f'
|
||||
default: BLUE
|
||||
},
|
||||
strokeWidth: {
|
||||
type: Number,
|
||||
|
Reference in New Issue
Block a user