no message

Former-commit-id: ef05b67ed50af4a6a3a38ca54c3481d3ffa4a034 [formerly ef05b67ed50af4a6a3a38ca54c3481d3ffa4a034 [formerly ef05b67ed50af4a6a3a38ca54c3481d3ffa4a034 [formerly ef05b67ed50af4a6a3a38ca54c3481d3ffa4a034 [formerly 243a9e8c2f747334c70435aa075d1b2dab1c1c57 [formerly 9a63974b1b8184262a33c96881f4e8352cfbf7d2]]]]]
Former-commit-id: 70c585fdf34fd9c06f98421be8b8567f04f16e93
Former-commit-id: 9135b9f82c167147e127aa2529bc45f00b747e4d
Former-commit-id: 670e5670d5ba95950fff244f08a53978692c9a6a [formerly 0b8007c5af7efd0feaf8f77a8abe4b0855cf7654]
Former-commit-id: f6e7fa0cb4cf8fe14e68f05a7f25238769caaa98
Former-commit-id: a8d541c4e4e13c40158fa328429accff8fe15a9e
Former-commit-id: 2dd74edc49e2d32670e6116b579ff666602d3069
Former-commit-id: 3851d4ec7c753f2d0c110824849133cd0d9e01eb
Former-commit-id: 99f17cb9fd72a1b108845de8504ee826e91216b5
This commit is contained in:
liyang
2018-06-19 15:10:27 +08:00
parent d92b31842a
commit 1391af2967
2 changed files with 2 additions and 8 deletions

View File

@@ -19,10 +19,7 @@ export default {
},
mounted () {
this.BS = new BScroll(this.$refs.wrapper, {
mouseWheel: true,
scrollbar: {
fade: true
}
mouseWheel: true
})
}
}

View File

@@ -52,10 +52,7 @@ export default {
},
mounted () {
this.BS = new BScroll(this.$refs.wrapper, {
mouseWheel: true,
scrollbar: {
fade: true
}
mouseWheel: true
})
},
methods: {