vant components

This commit is contained in:
cookfront
2017-04-19 17:44:57 +08:00
parent c6014ad62d
commit 06e333eb3e
145 changed files with 1679 additions and 1619 deletions

View File

@@ -15,8 +15,8 @@ describe('Icon', () => {
}
});
expect(wrapper.hasClass('zan-icon')).to.be.true;
expect(wrapper.hasClass('zan-icon-arrow')).to.be.true;
expect(wrapper.hasClass('van-icon')).to.be.true;
expect(wrapper.hasClass('van-icon-arrow')).to.be.true;
});
it('emit a click event', () => {