feat: 更新 eslint 后,修复新检查出的错误

This commit is contained in:
FairyEver
2020-05-08 09:44:14 +08:00
parent ef9ab5545f
commit f4a10ed3c3
58 changed files with 417 additions and 417 deletions

View File

@@ -34,14 +34,14 @@ export default {
return {
layout: {
layout: [
{ 'x': 0, 'y': 0, 'w': 4, 'h': 10, 'i': '0' },
{ 'x': 4, 'y': 0, 'w': 2, 'h': 5, 'i': '1' },
{ 'x': 6, 'y': 0, 'w': 4, 'h': 5, 'i': '2' },
{ 'x': 10, 'y': 0, 'w': 2, 'h': 10, 'i': '3' },
{ 'x': 4, 'y': 5, 'w': 4, 'h': 5, 'i': '4' },
{ 'x': 8, 'y': 5, 'w': 2, 'h': 5, 'i': '5' },
{ 'x': 0, 'y': 10, 'w': 8, 'h': 5, 'i': '6' },
{ 'x': 8, 'y': 10, 'w': 4, 'h': 5, 'i': '7' }
{ x: 0, y: 0, w: 4, h: 10, i: '0' },
{ x: 4, y: 0, w: 2, h: 5, i: '1' },
{ x: 6, y: 0, w: 4, h: 5, i: '2' },
{ x: 10, y: 0, w: 2, h: 10, i: '3' },
{ x: 4, y: 5, w: 4, h: 5, i: '4' },
{ x: 8, y: 5, w: 2, h: 5, i: '5' },
{ x: 0, y: 10, w: 8, h: 5, i: '6' },
{ x: 8, y: 10, w: 4, h: 5, i: '7' }
],
colNum: 12,
rowHeight: 30,