no message

Former-commit-id: 1eedb50a5b7de4f3d73ea7b0605eb53b7d90b103 [formerly 1eedb50a5b7de4f3d73ea7b0605eb53b7d90b103 [formerly 1eedb50a5b7de4f3d73ea7b0605eb53b7d90b103 [formerly 1eedb50a5b7de4f3d73ea7b0605eb53b7d90b103 [formerly ebdf53468c985fef5fa9a4a5ab85e2ca959b400e [formerly 6c5fd403f0d2cc243f4c81c41dabe8b3b0ce09b5]]]]]
Former-commit-id: 43b72493fb125d14ad23ee6076e617482aa3359f
Former-commit-id: 3f6398f32d221d809f02c493bd90e61cc7c2187c
Former-commit-id: 5e13356ca801d9c4dbb58b2ba0388cc3e78bfe58 [formerly a3f51e47179a560bbc63f42d1e72fbdf9c11f74e]
Former-commit-id: 60fd5e1717d51ced424b18afd5accb17183bb4a0
Former-commit-id: 61a45cb809874299bc25756d13abc98a7c46636d
Former-commit-id: f157695943693adfa02fd6b0c19add2a435757d5
Former-commit-id: 079fc63f3d96b319348a49ee1b7e0025d7705ed2
Former-commit-id: 8f8794c7db29f086e862c073678c163f21e5a519
This commit is contained in:
liyang
2018-06-19 14:07:20 +08:00
parent 780f4094f2
commit af9e359845

View File

@@ -1,5 +1,5 @@
<template>
<d2-container type="full" @resized="handleResize">
<d2-container>
<template slot="header">滚动定位</template>
<el-row :gutter="20">
<el-col :span="8">
@@ -35,9 +35,6 @@
</div>
</el-col>
</el-row>
<template slot="footer">
<d2-demo-link-btn title="相关文档" link="http://ustbhuangyi.github.io/better-scroll/doc/zh-hans/"/>
</template>
</d2-container>
</template>
@@ -59,9 +56,6 @@ export default {
})
},
methods: {
handleResize () {
this.BS.refresh()
},
handleScrollTo (y) {
this.BS.scrollTo(0, -y, this.time)
},