fix(PullRefresh): avoid Vue 2.6 event bubble issues (#5347)

This commit is contained in:
neverland
2019-12-22 09:38:17 +08:00
committed by GitHub
parent 6ed535c013
commit 6a20400699
2 changed files with 3 additions and 9 deletions
@@ -26,7 +26,7 @@ export default {
<style lang="less">
.van-doc-demo-section {
box-sizing: border-box;
min-height: 100vh;
min-height: calc(100vh - 56px);
padding-bottom: 20px;
}
</style>