SPanelLayout.js 421 B

1234567891011121314151617181920
  1. import { openBlock as t, createElementBlock as o, renderSlot as a } from "vue";
  2. import { l as n } from "./index2.js";
  3. const r = {
  4. name: "PanelLayout",
  5. data() {
  6. return {};
  7. },
  8. methods: {},
  9. mounted() {
  10. }
  11. }, s = { class: "panel-layout" };
  12. function c(e, l, d, p, u, m) {
  13. return t(), o("div", s, [
  14. a(e.$slots, "default")
  15. ]);
  16. }
  17. const i = /* @__PURE__ */ n(r, [["render", c]]);
  18. export {
  19. i as default
  20. };