Skip to content

Commit 6a82e42

Browse files
committed
🐛 Fix eslint errors
1 parent e441ed2 commit 6a82e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mixins/reactiveData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ module.exports = {
3838
}
3939
}
4040
}
41-
},
41+
}
4242
}

src/mixins/reactiveProp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ module.exports = {
3939
}
4040
}
4141
}
42-
},
42+
}
4343
}

0 commit comments

Comments
 (0)