chore: 渲染器调试

This commit is contained in:
wangxuefeng
2025-03-21 19:54:59 +08:00
parent 6377c11721
commit e6b8146ee0
5 changed files with 197 additions and 127 deletions

View File

@@ -5,6 +5,7 @@ import type { Router, RouteRecordRaw } from 'vue-router';
import { computed, onBeforeUnmount, onMounted } from 'vue';
import { InstanceofPlugin } from 'wujie-polyfill';
import WujieVue from 'wujie-vue3';
// @ts-ignore ignore the type error
@@ -60,6 +61,7 @@ const wujiePlugins = [
}
},
},
InstanceofPlugin(),
];
// 生命周期钩子