[bugfix] Collapse: flick in safari (#3686)

This commit is contained in:
neverland
2019-06-28 20:20:52 +08:00
committed by GitHub
parent e08bea7577
commit fe87885d90
2 changed files with 9 additions and 7 deletions

View File

@@ -127,8 +127,6 @@ test('lazy render collapse content', async () => {
const titles = wrapper.findAll('.van-collapse-item__title');
titles.at(1).trigger('click');
await later(50);
wrapper.vm.content = 'content';
expect(wrapper).toMatchSnapshot();
});