mirror of
https://github.com/youzan/vant.git
synced 2026-06-14 01:02:00 +08:00
fix(PullRefresh): avoid Vue 2.6 event bubble issues (#5347)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user