`;
diff --git a/components/button/demo/basic.vue b/components/button/demo/basic.vue
index ff7893f34..c42c6105b 100644
--- a/components/button/demo/basic.vue
+++ b/components/button/demo/basic.vue
@@ -17,9 +17,11 @@ There are `primary` button, `default` button, `dashed` button, `text` button and
- Primary Button
- Default Button
- Dashed Button
- Text Button
- Link Button
+
+ Primary Button
+ Default Button
+ Dashed Button
+ Text Button
+ Link Button
+
diff --git a/components/button/demo/block.vue b/components/button/demo/block.vue
index 1d9a65a65..888e36d47 100644
--- a/components/button/demo/block.vue
+++ b/components/button/demo/block.vue
@@ -16,9 +16,11 @@ title:
- Primary
- Default
- Dashed
- Danger
- Link
+
+ Primary
+ Default
+ Dashed
+ Danger
+ Link
+
diff --git a/components/button/demo/button-group.vue b/components/button/demo/button-group.vue
index d142bdbd8..8cfffbce1 100644
--- a/components/button/demo/button-group.vue
+++ b/components/button/demo/button-group.vue
@@ -34,7 +34,6 @@ Debug usage
MR
-
With Icon
diff --git a/components/button/demo/danger.vue b/components/button/demo/danger.vue
index afbcead11..82bed2089 100644
--- a/components/button/demo/danger.vue
+++ b/components/button/demo/danger.vue
@@ -17,11 +17,11 @@ danger is a property of button after antd 2.2.0.
-
+ PrimaryDefaultDashedTextLink
-
+
diff --git a/components/button/demo/disabled.vue b/components/button/demo/disabled.vue
index 6b3e09e68..836951b13 100644
--- a/components/button/demo/disabled.vue
+++ b/components/button/demo/disabled.vue
@@ -16,33 +16,44 @@ To mark a button as disabled, add the `disabled` property to the `Button`.
- Primary
- Primary(disabled)
-
- Default
- Default(disabled)
-
- Dashed
- Dashed(disabled)
-
- Text
- Text(disabled)
-
- Link
- Link(disabled)
-
- Danger Default
- Danger Default(disabled)
-
- Danger Text
- Danger Text(disabled)
-
- Danger Link
- Danger Link(disabled)
-
-
-