UNPKG

yanzhen-design-vue

Version:

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