layui-vue/es/avatarList/index.js

16 lines
617 B
JavaScript
Raw Normal View History

2022-11-14 03:59:26 +00:00
import { w as withInstall } from "../badge/index2.js";
import { openBlock, createElementBlock, renderSlot } from "vue";
import { _ as _export_sfc } from "../dropdownMenu/index2.js";
const _sfc_main = {
name: "LayAvatarList"
};
const _hoisted_1 = { class: "layui-avatar-list" };
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return openBlock(), createElementBlock("div", _hoisted_1, [
renderSlot(_ctx.$slots, "default")
]);
}
var Component = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
const component = withInstall(Component);
export { component as default };