UNPKG

uv-ui

Version:

基于vue3的移动端组件库

30 lines (29 loc) 679 B
import { openBlock as o, createElementBlock as t, createVNode as c, unref as n } from "vue"; import r from "../icon/index.js"; import "./skeleton-image.vue_vue_type_style_index_0_lang.js"; const i = { class: "uv-skeleton-image" }, l = { name: "UvSkeletonImage" }, f = /* @__PURE__ */ Object.assign(l, { props: { iconSize: { type: String, default: "48" }, iconColor: { type: String, default: "#c8c9cc" } }, setup(e) { return (a, s) => (o(), t("div", i, [ c(n(r), { size: e.iconSize, name: "photo", color: e.iconColor }, null, 8, ["size", "color"]) ])); } }); export { f as default };