fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import "../badge/index2.js";
|
||||
export { c as default } from "./index2.js";
|
||||
import "vue";
|
||||
import "../checkbox/index2.js";
|
||||
import "../_chunks/@layui/index.js";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { w as withInstall } from "../badge/index2.js";
|
||||
import { defineComponent, openBlock, createElementBlock, mergeProps, createVNode, unref, createCommentVNode } from "vue";
|
||||
import { _ as _sfc_main$2E } from "../checkbox/index2.js";
|
||||
import { _ as _sfc_main$2W } from "../_chunks/@layui/index.js";
|
||||
const _hoisted_1 = { key: 0 };
|
||||
const __default__ = {
|
||||
name: "LaySkeletonItem"
|
||||
@@ -16,7 +16,7 @@ const _sfc_main = defineComponent({
|
||||
class: ["lay-skeleton-item", `lay-skeleton-type--${__props.type}`]
|
||||
}, _ctx.$attrs), [
|
||||
__props.type === "image" ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
||||
createVNode(unref(_sfc_main$2E), { type: "layui-icon-picture" })
|
||||
createVNode(unref(_sfc_main$2W), { type: "layui-icon-picture" })
|
||||
])) : createCommentVNode("", true)
|
||||
], 16);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user