yanzhen-design-vue
Version:
19 lines (18 loc) • 1.01 kB
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
const vue = require("vue");
const core = require("@yanzhen-lowcode/core");
const otherTables = require("../other-tables/src/other-tables.cjs");
require("../other-tables/src/hooks/index.cjs");
const useOtherTableApis = require("../other-tables/src/hooks/use-other-table-apis.cjs");
;
const otherTablesSelect = core.defineComponent("other-tables-select", {
props: otherTables.otherTablesProps,
emits: otherTables.otherTablesEmits,
apis: useOtherTableApis.otherTablesApis,
component: vue.defineAsyncComponent(() => Promise.resolve().then(() => require("../other-tables/src/other-table-select.vue.cjs"))),
styleImport: () => Promise.resolve().then(() => require("./style/index.cjs"))
});
const YzSchemaOtherTablesSelect = core.withInstall(otherTablesSelect);
exports.YzSchemaOtherTablesSelect = YzSchemaOtherTablesSelect;
exports.default = YzSchemaOtherTablesSelect;