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