This commit is contained in:
yanran200730
2022-02-07 13:55:47 +08:00
parent 571babf236
commit c452f12eb9
2 changed files with 16 additions and 17 deletions

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