diff --git a/components/button/button.vue b/components/button/button.vue
index ee249d272..1ce57def5 100644
--- a/components/button/button.vue
+++ b/components/button/button.vue
@@ -1,15 +1,7 @@
-
-
-
diff --git a/components/button/demo/loading.vue b/components/button/demo/loading.vue
index 842bdf260..5e0ec2136 100644
--- a/components/button/demo/loading.vue
+++ b/components/button/demo/loading.vue
@@ -7,11 +7,11 @@
Loading
-
- Click me!
+
+ mouseenter me!
- Click me!
+ 延迟1s
@@ -32,7 +32,7 @@ export default {
this.loading = true
},
enterIconLoading () {
- this.iconLoading = true
+ this.iconLoading = { delay: 1000 }
},
},
components: {