This commit is contained in:
yanran200830
2022-01-17 19:45:50 +08:00
parent 661c393ab3
commit 5b10416a14

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
},