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

@ -19,7 +19,7 @@ export default {
props: {
option: {
type: Object,
default: {}
default: () => ({})
}
},
data () {
@ -42,7 +42,7 @@ export default {
methods: {
afterAutoResizeMixinInit () {
const { initChart } = this
initChart()
},
initChart () {