|
|
@@ -42,11 +42,13 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
layout: [
|
|
|
- { x: 0, y: 0, w: 6, h: 4, i: '0', name: 'UserWidget' },
|
|
|
- { x: 6, y: 0, w: 6, h: 4, i: '1', name: 'UserWidget' },
|
|
|
- { x: 0, y: 4, w: 6, h: 6, i: '2', name: 'BarChartWidget' },
|
|
|
- { x: 0, y: 10, w: 6, h: 6, i: '3', name: 'LineChartWidget' },
|
|
|
- { x: 6, y: 4, w: 6, h: 12, i: '4', name: 'PieChartWidget' }
|
|
|
+ { x: 0, y: 0, w: 3, h: 4, i: '0', name: 'UserWidget' },
|
|
|
+ { x: 3, y: 0, w: 3, h: 4, i: '1', name: 'UserWidget' },
|
|
|
+ { x: 6, y: 0, w: 3, h: 4, i: '2', name: 'UserWidget' },
|
|
|
+ { x: 9, y: 0, w: 3, h: 4, i: '3', name: 'UserWidget' },
|
|
|
+ { x: 0, y: 4, w: 6, h: 6, i: '4', name: 'BarChartWidget' },
|
|
|
+ { x: 0, y: 10, w: 6, h: 6, i: '5', name: 'LineChartWidget' },
|
|
|
+ { x: 6, y: 4, w: 6, h: 12, i: '6', name: 'PieChartWidget' }
|
|
|
],
|
|
|
editable: false
|
|
|
};
|