index.vue 320 B

123456789101112131415
  1. <template>
  2. <div></div>
  3. </template>
  4. <script lang="ts" setup>
  5. import { onMounted } from 'vue';
  6. onMounted(() => {
  7. //注册openQianKun
  8. // if (openQianKun == 'true') {
  9. // if (!window.qiankunStarted) {
  10. // window.qiankunStarted = true;
  11. // registerApps();
  12. // }
  13. // }
  14. });
  15. </script>