更新组件,兼容MES PullRequest #924

This commit is contained in:
2025-04-29 15:58:53 +08:00
parent fa8b468c32
commit 18582016b2
11 changed files with 204 additions and 88 deletions

View File

@@ -1,4 +1,5 @@
import * as Vue3 from "vue";
// @ts-ignore
import { h, isVue2, isVue3, type VNode, type VNodeChildren, type VNodeData } from "vue-demi";
import { InvokerItem } from "./InvokerItem";
import { ComponentInternalInstance } from "vue-demi/lib/v2/index.js";