This commit is contained in:
2022-11-15 09:16:55 +08:00
parent a062e58312
commit c1cce5a7c2
350 changed files with 73104 additions and 92 deletions

View File

@@ -0,0 +1 @@
.layui-header{box-sizing:border-box;height:60px}

View File

@@ -0,0 +1,3 @@
import "../badge/index2.js";
export { c as default } from "./index2.js";
import "vue";

View File

@@ -0,0 +1,19 @@
import { w as withInstall } from "../badge/index2.js";
import { defineComponent, openBlock, createElementBlock, renderSlot } from "vue";
var index = /* @__PURE__ */ (() => ".layui-header{box-sizing:border-box;height:60px}\n")();
const _hoisted_1 = { class: "layui-header" };
const __default__ = {
name: "LayHeader"
};
const _sfc_main = /* @__PURE__ */ defineComponent({
...__default__,
setup(__props) {
return (_ctx, _cache) => {
return openBlock(), createElementBlock("div", _hoisted_1, [
renderSlot(_ctx.$slots, "default")
]);
};
}
});
const component = withInstall(_sfc_main);
export { _sfc_main as _, component as c };