yanzhen-design-vue
Version:
15 lines (14 loc) • 738 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
const vue = require("vue");
const core = require("@yanzhen-lowcode/core");
const progressTxt = require("./src/progress-txt.cjs");
const ProgressTxt = core.defineComponent("progress-txt", {
props: progressTxt.progressTxtProps,
emits: progressTxt.progressTxtEmits,
styleImport: () => Promise.resolve().then(() => require("./style/index.cjs")),
component: vue.defineAsyncComponent(() => Promise.resolve().then(() => require("./src/progress-txt.vue.cjs")))
});
const YzSchemaProgressTxt = core.withInstall(ProgressTxt);
exports.YzSchemaProgressTxt = YzSchemaProgressTxt;
exports.default = YzSchemaProgressTxt;