@mee4dy/crud
Version:
Create a backend and frontend in 5 minutes! With our powerful full stack crud system, customize it to suit you.
18 lines (17 loc) • 344 B
JavaScript
/* empty css */
import t from "./components/Panel/Index.vue.js";
import l from "./components/Table/Index.vue.js";
const a = {
install(o, n) {
o.component("CrudPanel", t);
}
}, p = {
install(o, n) {
o.component("CrudTable", l);
}
};
export {
a as CrudPanel,
p as CrudTable
};
//# sourceMappingURL=index.js.map