@vtj/ui 0.8.86 → 0.8.87

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.
package/dist/index.mjs CHANGED
@@ -8,10 +8,10 @@ import { useRouter as gd, RouterView as Sb, useRoute as Sh, routeLocationKey as
8
8
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
9
9
  * @name @vtj/ui
10
10
  * @author CHC chenhuachun1549@dingtalk.com
11
- * @version 0.8.86
11
+ * @version 0.8.87
12
12
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
13
13
  */
14
- const NI = "0.8.86", Ob = {
14
+ const NI = "0.8.87", Ob = {
15
15
  default: 14,
16
16
  small: 12,
17
17
  large: 18
@@ -27177,8 +27177,8 @@ const lI = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
27177
27177
  })), C = Ce([]), b = K(() => C.value.filter((j) => Fu(j)).map((j) => j.url)), y = K(
27178
27178
  () => r.removable || r.previewable || r.downloadable
27179
27179
  ), _ = (j) => {
27180
- const W = uf(j.response || j);
27181
- return W === "img" ? r.thumbnail ? r.thumbnail(j.response || j) : j.url : gI[W];
27180
+ const W = uf(j);
27181
+ return W === "img" ? r.thumbnail && !j.url.startsWith("blob:") ? r.thumbnail(j) : j.url : gI[W];
27182
27182
  }, w = K(() => ({
27183
27183
  autoUpload: !0,
27184
27184
  limit: r.limit,