mirror of
https://github.com/youzan/vant.git
synced 2026-02-02 02:00:16 +08:00
[improvement] update lint rules (#3970)
This commit is contained in:
@@ -117,7 +117,7 @@ export default createComponent({
|
||||
}
|
||||
},
|
||||
|
||||
render(h) {
|
||||
render() {
|
||||
return (
|
||||
<div class={bem()}>
|
||||
{this.slots('default', this.timeData) || this.formattedTime}
|
||||
|
||||
@@ -85,7 +85,7 @@ test('start method', async () => {
|
||||
wrapper.vm.start();
|
||||
wrapper.vm.start();
|
||||
|
||||
await later(20);
|
||||
await later(50);
|
||||
|
||||
const laterShapShot = wrapper.html();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user