UNPKG

uv-ui

Version:

基于vue3的移动端组件库

21 lines (20 loc) 516 B
import { openBlock as e, createElementBlock as t, normalizeClass as r } from "vue"; import "./skeleton-avatar.vue_vue_type_style_index_0_lang.js"; const n = { name: "UvSkeletonAvatar" }, c = /* @__PURE__ */ Object.assign(n, { props: { avatarShape: { type: String, default: "round" } }, setup(a) { return (o, l) => (e(), t("div", { class: r(["uv-skeleton-avatar", a.avatarShape === "round" ? "uv-skeleton-avatar-round" : ""]) }, null, 2)); } }); export { c as default };