tabs组件支持滑动 (#52)

This commit is contained in:
张敏
2017-07-11 14:35:39 +08:00
committed by GitHub
parent aaaba3888f
commit 2cc8f2ae5e
15 changed files with 331 additions and 62 deletions

View File

@@ -1,4 +1,5 @@
import Dialog from 'packages/dialog';
import Vue from 'vue';
describe('Dialog', () => {
afterEach(() => {
@@ -51,6 +52,6 @@ describe('Dialog', () => {
document.querySelector('.van-dialog__cancel').click();
expect(dialogAction).to.equal('cancel');
done();
}, 50);
}, 500);
});
});