chore: 排查无界加载异常的问题
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import type { Router, RouteRecordRaw } from 'vue-router';
|
||||
|
||||
import { onBeforeUnmount, onMounted } from 'vue';
|
||||
|
||||
import WujieVue from 'wujie-vue3';
|
||||
@@ -8,11 +10,15 @@ import { version } from '/package.json';
|
||||
const props = defineProps<{
|
||||
[key: string]: any;
|
||||
accessToken?: string;
|
||||
applicationId: number | string;
|
||||
applicationId: number;
|
||||
degrade?: boolean;
|
||||
fileId: number | string;
|
||||
getRouter: () => Router;
|
||||
name: string;
|
||||
projectId: number | string;
|
||||
// 传递给子应用的参数 payload
|
||||
payload?: Record<string, any>;
|
||||
projectId: number;
|
||||
route: RouteRecordRaw;
|
||||
sync: boolean;
|
||||
url: string;
|
||||
}>();
|
||||
|
||||
Reference in New Issue
Block a user