chore: 渲染器调试
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sy/wujie-vue3-renderer-adapter",
|
||||
"version": "1.0.0-alpha.7",
|
||||
"version": "1.0.0-alpha.8",
|
||||
"description": "wujie-vue3 ycode renderer adapter",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
@@ -29,6 +29,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"licia-es": "catalog:",
|
||||
"wujie-polyfill": "1.1.3",
|
||||
"wujie-vue3": "1.0.22"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -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