chore: prettier source code

This commit is contained in:
chenjiahan
2020-04-02 15:36:02 +08:00
parent 340c56b3b5
commit 2fb5cca49a
93 changed files with 272 additions and 283 deletions
+3 -1
View File
@@ -96,7 +96,9 @@ export default createComponent({
this.touchStart(event);
const rects = this.$refs.items.map(item => item.getBoundingClientRect());
const rects = this.$refs.items.map((item) =>
item.getBoundingClientRect()
);
const ranges = [];
rects.forEach((rect, index) => {