UNPKG

epic-designer

Version:

基于vue3的设计器,可视化开发页面表单

10 lines (9 loc) 163 B
import { inject as t } from "vue"; const n = Symbol("EventBusContext"); function u() { return t(n, null); } export { n as EVENT_BUS_KEY, u as useEventBus };