UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

22 lines (21 loc) 652 B
import { defineComponent, createElementBlock, openBlock, renderSlot } from "vue"; const _sfc_main = 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 openBlock(), createElementBlock("div", _hoisted_1, [ renderSlot(_ctx.$slots, "default") ]); } const layoutTool = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { layoutTool as default };