[bugfix] Swipe: unable to scroll page when opened (#3056)

This commit is contained in:
neverland
2019-03-26 21:21:15 +08:00
committed by GitHub
parent 49494c9021
commit 6101b14c76
4 changed files with 3 additions and 17 deletions

View File

@@ -16,8 +16,7 @@ module.exports = {
'!**/demo/**',
'!**/locale/lang/**',
'!**/sku/**',
'!**/waterfall/**',
'!**/icon/config/**'
'!**/waterfall/**'
],
collectCoverage: true,
coverageReporters: ['html', 'lcov', 'text-summary'],