UNPKG

yanzhen-design-vue

Version:

14 lines (13 loc) 598 B
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); const vue = require("vue"); const core = require("@yanzhen-lowcode/core"); const section = require("./src/section.cjs"); const Section = core.defineComponent("section", { props: section.sectionProps, emits: section.sectionEmits, component: vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./src/section.vue.cjs"))) }); const YzSchemaSection = core.withInstall(Section); exports.YzSchemaSection = YzSchemaSection; exports.default = YzSchemaSection;