chore:平台容器框架升级,修复命令行环境丢失的问题
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
<script lang="ts" setup>
|
||||
import { ref } from 'vue';
|
||||
import Postmate from 'postmate';
|
||||
import { Engine, widgetManager } from '@vtj/pro';
|
||||
import { request, jsonp } from '@vtj/utils';
|
||||
import { useUserStore } from '@/store';
|
||||
|
||||
import { LowCodeService } from '@/service';
|
||||
import { useUserStore } from '@/store';
|
||||
import { Engine, widgetManager } from '@vtj/pro';
|
||||
import { jsonp, request } from '@vtj/utils';
|
||||
import Postmate from 'postmate';
|
||||
|
||||
const container = ref();
|
||||
const service = new LowCodeService();
|
||||
@@ -68,7 +69,7 @@ onMounted(async () => {
|
||||
|
||||
<style scoped>
|
||||
.designer-container {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user