[Improvement] Button: optimize loading (#1756)

This commit is contained in:
neverland
2018-09-05 17:47:15 +08:00
committed by GitHub
parent a2ff47f398
commit ca91a1b498
23 changed files with 72 additions and 136 deletions
+2 -2
View File
@@ -48,6 +48,7 @@ export default create({
},
props: {
color: String,
sticky: Boolean,
lineWidth: Number,
swipeable: Boolean,
@@ -70,8 +71,7 @@ export default create({
offsetTop: {
type: Number,
default: 0
},
color: String
}
},
data() {