1
This commit is contained in:
1
package/component/es/footer/index.css
Normal file
1
package/component/es/footer/index.css
Normal file
@@ -0,0 +1 @@
|
||||
.layui-footer{box-sizing:border-box}
|
||||
3
package/component/es/footer/index.js
Normal file
3
package/component/es/footer/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import "../badge/index2.js";
|
||||
export { c as default } from "./index2.js";
|
||||
import "vue";
|
||||
19
package/component/es/footer/index2.js
Normal file
19
package/component/es/footer/index2.js
Normal file
@@ -0,0 +1,19 @@
|
||||
import { w as withInstall } from "../badge/index2.js";
|
||||
import { defineComponent, openBlock, createElementBlock, renderSlot } from "vue";
|
||||
var index = /* @__PURE__ */ (() => ".layui-footer{box-sizing:border-box}\n")();
|
||||
const _hoisted_1 = { class: "layui-footer" };
|
||||
const __default__ = {
|
||||
name: "LayFooter"
|
||||
};
|
||||
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 };
|
||||
Reference in New Issue
Block a user