|
|
@@ -36,6 +36,7 @@ import Video1 from '../widgets/Video1';
|
|
|
import Video2 from '../widgets/Video2';
|
|
|
import Video3 from '../widgets/Video3';
|
|
|
import Video4 from '../widgets/Video4';
|
|
|
+import Video5 from '../widgets/Video5';
|
|
|
|
|
|
export default {
|
|
|
created() {},
|
|
|
@@ -46,7 +47,7 @@ export default {
|
|
|
{ x: 0, y: 0, w: 4, h: 14.5, i: '0', name: 'Video1' },
|
|
|
{ x: 4, y: 4, w: 4, h: 14.5, i: '3', name: 'Video4' },
|
|
|
{ x: 8, y: 4, w: 3, h: 22, i: '1', name: 'Video2' },
|
|
|
- { x: 4, y: 12.5, w: 4, h: 15.5, i: '4', name: 'Video1' }
|
|
|
+ { x: 4, y: 12.5, w: 4, h: 15.5, i: '4', name: 'Video5' }
|
|
|
// { x: 0, y: 12.5, w: 4, h: 12.5, i: '5', name: 'Video4' }
|
|
|
// { x: 8, y: 0, w: 4, h: 13.5, i: '6', name: 'Video3' }
|
|
|
],
|
|
|
@@ -63,7 +64,8 @@ export default {
|
|
|
Video1,
|
|
|
Video2,
|
|
|
Video3,
|
|
|
- Video4
|
|
|
+ Video4,
|
|
|
+ Video5
|
|
|
}
|
|
|
};
|
|
|
</script>
|