- <template>
- <div></div>
- </template>
- <script lang="ts" setup>
- import { onMounted } from 'vue';
- onMounted(() => {
- //注册openQianKun
- // if (openQianKun == 'true') {
- // if (!window.qiankunStarted) {
- // window.qiankunStarted = true;
- // registerApps();
- // }
- // }
- });
- </script>
|