fluency-v8-components 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26359,9 +26359,9 @@ const qle = /* @__PURE__ */ qt(DH, [["render", IH]]), PH = ["src"], zle = {
|
|
|
26359
26359
|
}
|
|
26360
26360
|
},
|
|
26361
26361
|
setup(e) {
|
|
26362
|
-
const t = me(() => theme === "dark" ? "/data-icon/github-dark.svg" : "/data-icon/github.svg");
|
|
26363
|
-
return (
|
|
26364
|
-
src:
|
|
26362
|
+
const t = e, n = me(() => t.theme === "dark" ? "/data-icon/github-dark.svg" : "/data-icon/github.svg");
|
|
26363
|
+
return (r, i) => (P(), H("img", {
|
|
26364
|
+
src: n.value,
|
|
26365
26365
|
alt: "avatar"
|
|
26366
26366
|
}, null, 8, PH));
|
|
26367
26367
|
}
|