use Eslint formatter code

This commit is contained in:
jiaming743
2019-06-27 19:28:07 +08:00
parent 3cde8e553a
commit 16a31ed68f
15 changed files with 537 additions and 29 deletions

View File

@ -59,13 +59,13 @@ export default {
line2Points: '',
line1Length: 0,
line2Length: 0,
line2Length: 0
}
},
methods: {
afterAutoResizeMixinInit () {
const { calcSVGData } = this
calcSVGData()
},
calcSVGData () {
@ -95,7 +95,7 @@ export default {
},
onResize () {
const { calcSVGData } = this
calcSVGData()
}
}