20 lines
730 B
JavaScript
20 lines
730 B
JavaScript
|
import { w as withInstall } from "../badge/index2.js";
|
||
|
import { defineComponent, openBlock, createElementBlock, renderSlot } from "vue";
|
||
|
var index = /* @__PURE__ */ (() => ".layui-logo{left:0;top:0;width:200px;height:60px;line-height:60px;text-align:center;color:var(--global-primary-color);font-size:16px}\n")();
|
||
|
const _hoisted_1 = { class: "layui-logo" };
|
||
|
const __default__ = {
|
||
|
name: "LayLogo"
|
||
|
};
|
||
|
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 { component as default };
|