From 4ab3959636b790f3f967f24c2ce1562e8bd3f26f Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 30 Jul 2018 17:33:19 +0800 Subject: [PATCH] [Improvement] Button: add warning type (#1558) --- packages/button/demo/index.vue | 20 ++++++++++++---- packages/button/en-US.md | 4 +++- .../test/__snapshots__/demo.spec.js.snap | 24 ++++++++++++------- packages/button/zh-CN.md | 6 +++-- packages/vant-css/src/button.css | 10 ++++++++ packages/vant-css/src/common/var.css | 5 +++- 6 files changed, 53 insertions(+), 16 deletions(-) diff --git a/packages/button/demo/index.vue b/packages/button/demo/index.vue index 932c70f3d..f215872f4 100644 --- a/packages/button/demo/index.vue +++ b/packages/button/demo/index.vue @@ -1,14 +1,20 @@