yuang-framework-ui-pc
Version:
yuang-framework-ui-pc Library
21 lines (20 loc) • 621 B
JavaScript
;
const vue = require("vue");
const _sfc_main = vue.defineComponent({
name: "LayoutTool"
});
const _export_sfc = (sfc, props) => {
const target = sfc.__vccOpts || sfc;
for (const [key, val] of props) {
target[key] = val;
}
return target;
};
const _hoisted_1 = { class: "ele-admin-tool" };
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
vue.renderSlot(_ctx.$slots, "default")
]);
}
const layoutTool = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
module.exports = layoutTool;