This commit is contained in:
yanran200730
2022-01-26 09:09:05 +08:00
parent 979128036c
commit b4d98ab335

View File

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