mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
[Improvement] more component use bem mixin (#932)
This commit is contained in:
@@ -84,7 +84,7 @@ describe('Popup', () => {
|
||||
|
||||
modal.click();
|
||||
setTimeout(() => {
|
||||
expect(wrapper.data().currentValue).to.be.false;
|
||||
expect(wrapper.vm.value).to.be.false;
|
||||
done();
|
||||
}, 300);
|
||||
}, 300);
|
||||
|
Reference in New Issue
Block a user