[bugfix] Toast: ssr error (#1910)

This commit is contained in:
neverland
2018-10-09 18:12:02 +08:00
committed by GitHub
parent bcfa4ed3ac
commit 6858f4e2ea
7 changed files with 39 additions and 8 deletions

View File

@@ -14,9 +14,9 @@ module.exports = {
'!**/vant-css/**',
'!**/demo/**',
'!**/locale/lang/**',
'!**/waterfall/**',
'!**/sku/**',
'!**/lazyload/**'
'!**/waterfall/**',
'!**/icon/config/**'
],
collectCoverage: true,
coverageReporters: ['html', 'lcov', 'text-summary'],