chore: 框架构建流程调整
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
import { computed, watch, ref, getCurrentInstance } from 'vue';
|
||||
import { getCurrentInstance, ref, watch } from 'vue';
|
||||
|
||||
import { useQuery } from '@tanstack/vue-query';
|
||||
import { jsonp, request } from '@vtj/utils';
|
||||
import { createProvider } from '@vtj/web';
|
||||
import { ElLoading } from 'element-plus';
|
||||
import Postmate from 'postmate';
|
||||
import { createProvider } from '@vtj/web';
|
||||
import { useQuery } from '@tanstack/vue-query';
|
||||
import { LowCodeService } from './service';
|
||||
|
||||
import { getFile } from './io';
|
||||
import { request, jsonp } from '@vtj/utils';
|
||||
import { LowCodeService } from './service';
|
||||
// import * as VtjUI from '@vtj/ui'
|
||||
|
||||
// 响应式状态
|
||||
|
||||
Reference in New Issue
Block a user