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

@ -163,7 +163,7 @@ export default {
props: {
config: {
type: Object,
default: {}
default: () => ({})
},
dev: {
type: Boolean,
@ -239,7 +239,7 @@ export default {
/**
* @description Relative points position
* @type {Boolean}
* @default relative = true
* @default relative = true
*/
relative: true,
/**
@ -375,7 +375,6 @@ export default {
const { calcData } = this
calcData()
},
onResize () {
const { calcData } = this