chore: 渲染器调试
This commit is contained in:
@@ -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(),
|
||||
];
|
||||
|
||||
// 生命周期钩子
|
||||
|
||||
Reference in New Issue
Block a user