vlite3 0.1.7 → 0.1.8

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.
@@ -187,7 +187,7 @@ const U = { class: "flex items-center gap-4 shrink-0 z-10" }, F = {
187
187
  n("div", {
188
188
  class: d(i.value.mobileHeader)
189
189
  }, [
190
- e.$slots?.right ? o(e.$slots, "logo", { key: 0 }, () => [
190
+ e.$slots?.logo ? o(e.$slots, "logo", { key: 0 }, () => [
191
191
  t[4] || (t[4] = n("div", { class: "font-bold text-xl truncate" }, "Brand", -1))
192
192
  ]) : a("", !0),
193
193
  n("button", {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "description": "A Vue 3 UI component library built with Tailwind CSS.",
5
5
  "license": "MIT",
6
- "version": "0.1.7",
6
+ "version": "0.1.8",
7
7
  "type": "module",
8
8
  "main": "index.js",
9
9
  "module": "index.js",