@nuxt/icon
Advanced tools
Comparing version
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"builder": { | ||
@@ -10,0 +10,0 @@ "@nuxt/module-builder": "0.8.4", |
@@ -129,6 +129,6 @@ import { addIcon, getIcon as _getIcon } from "@iconify/vue"; | ||
} | ||
if (import.meta.server) { | ||
const configs = useRuntimeConfig().icon || {}; | ||
if (!configs?.serverKnownCssClasses?.includes(cssClass.value)) { | ||
onServerPrefetch(async () => { | ||
onServerPrefetch(async () => { | ||
if (import.meta.server) { | ||
const configs = useRuntimeConfig().icon || {}; | ||
if (!configs?.serverKnownCssClasses?.includes(cssClass.value)) { | ||
const icon = await loadIcon(props.name, options.fetchTimeout).catch(() => null); | ||
@@ -162,7 +162,7 @@ if (!icon) | ||
return null; | ||
}); | ||
} | ||
} | ||
} | ||
}); | ||
return () => h("span", { class: ["iconify", cssClass.value] }); | ||
} | ||
}); |
{ | ||
"name": "@nuxt/icon", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"license": "MIT", | ||
@@ -58,2 +58,3 @@ "type": "module", | ||
"nuxt": "^3.14.159", | ||
"nuxthub": "^0.7.2", | ||
"prettier": "^3.3.3", | ||
@@ -68,4 +69,5 @@ "typescript": "^5.6.3", | ||
"play": "nuxi dev playground", | ||
"play:build": "nuxi build playground", | ||
"play:deploy": "nr -C playground deploy", | ||
"dev": "nuxi dev playground", | ||
"dev:build": "nuxi build playground", | ||
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", | ||
@@ -72,0 +74,0 @@ "lint": "eslint .", |
82363
0.09%23
4.55%