From 0baa35a024db650c91898fc728ff96316ce30112 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Wed, 27 Jun 2018 17:18:29 +0800 Subject: [PATCH] update Circle color default --- examples/routers/circle.vue | 46 +++++++++++----------------------------------- src/components/circle/circle.vue | 2 +- 2 files changed, 12 insertions(+), 36 deletions(-) diff --git a/examples/routers/circle.vue b/examples/routers/circle.vue index 4ef8778..c71a1e9 100644 --- a/examples/routers/circle.vue +++ b/examples/routers/circle.vue @@ -1,44 +1,20 @@ diff --git a/src/components/circle/circle.vue b/src/components/circle/circle.vue index 52cbe95..762984a 100644 --- a/src/components/circle/circle.vue +++ b/src/components/circle/circle.vue @@ -31,7 +31,7 @@ }, strokeColor: { type: String, - default: '#2db7f5' + default: '#2d8cf0' }, strokeLinecap: { validator (value) { -- libgit2 0.21.4