UNPKG

yanzhen-design-vue

Version:

14 lines (13 loc) 548 B
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); const vue = require("vue"); const core = require("@yanzhen-lowcode/core"); const map = require("./src/map.cjs"); const Map = core.defineComponent("map", { props: map.mapProps, emits: map.mapEmits, component: vue.defineAsyncComponent(async () => Promise.resolve().then(() => require("./src/map.vue.cjs"))) }); const YzSchemaMap = core.withInstall(Map); exports.YzSchemaMap = YzSchemaMap; exports.default = YzSchemaMap;