Skip to content

Commit

Permalink
chore: add dist
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 12, 2024
1 parent 12e1adc commit a9ded15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/lapras-frontend.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lapras-frontend.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lapras-frontend.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ const er = "data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%22200%22%20viewBo
};
function rr(e, t, r, n, o, a) {
return c(), h("div", M(e.$attrs, {
style: { backgroundImage: `url(${e.src || e.avatarDefault})` },
style: { backgroundImage: `url('${e.src || e.avatarDefault}')` },
class: "avatar-icon",
role: "img"
}), null, 16);
}
const Mn = /* @__PURE__ */ S(tr, [["render", rr], ["__scopeId", "data-v-1e9b8680"]]), or = E({
const Mn = /* @__PURE__ */ S(tr, [["render", rr], ["__scopeId", "data-v-ae8d1844"]]), or = E({
inheritAttrs: !1,
props: {
skin: {
Expand Down
2 changes: 1 addition & 1 deletion dist/lapras-frontend.umd.js

Large diffs are not rendered by default.

0 comments on commit a9ded15

Please sign in to comment.