删除不用的import
This commit is contained in:
parent
1e09b4c3c4
commit
04e387554e
@ -120,16 +120,13 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Base64, toUint8Array } from 'js-base64';
|
|
||||||
import { useQuasar } from 'quasar';
|
import { useQuasar } from 'quasar';
|
||||||
import DrawProperties from 'src/components/draw-app/DrawProperties.vue';
|
import DrawProperties from 'src/components/draw-app/DrawProperties.vue';
|
||||||
import { getDrawApp, loadDrawDatas } from 'src/examples/app';
|
import { getDrawApp, loadDrawDatas } from 'src/examples/app';
|
||||||
import { getJwtToken } from 'src/examples/app/configs/TokenManage';
|
|
||||||
import { getWebsocketUrl } from 'src/examples/app/configs/UrlManage';
|
import { getWebsocketUrl } from 'src/examples/app/configs/UrlManage';
|
||||||
import { graphicData } from 'src/examples/app/protos/draw_data_storage';
|
import { ClientEngine } from 'src/jlgraphic';
|
||||||
import { AppStateSubscription, ClientEngine } from 'src/jlgraphic';
|
|
||||||
import { useDrawStore } from 'src/stores/draw-store';
|
import { useDrawStore } from 'src/stores/draw-store';
|
||||||
import { Ref, onMounted, onUnmounted, ref } from 'vue';
|
import { onMounted, onUnmounted, ref } from 'vue';
|
||||||
import { useRouter } from 'vue-router';
|
import { useRouter } from 'vue-router';
|
||||||
|
|
||||||
const $q = useQuasar();
|
const $q = useQuasar();
|
||||||
|
Loading…
Reference in New Issue
Block a user