网格大屏

This commit is contained in:
yanran200730
2022-01-17 17:10:11 +08:00
parent 18406063a9
commit 9b0130e3a7
3 changed files with 155 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
<script>
import RenderElement from '../designer/components/RenderElement'
import AppGridDV from '../../../project/dv/apps/AppGridDV'
export default {
name: 'AppGigscreenViewer',
@@ -45,6 +46,7 @@
},
components: {
AppGridDV,
RenderElement
},