nuxt-glorious 1.2.2-1 → 1.2.2-2

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.

Potentially problematic release.


This version of nuxt-glorious might be problematic. Click here for more details.

package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "glorious",
3
3
  "configKey": "glorious",
4
- "version": "1.2.2-1"
4
+ "version": "1.2.2-2"
5
5
  }
@@ -25,7 +25,7 @@ const props = defineProps({
25
25
  :key="index"
26
26
  class="flex items-center gap-1 flex-wrap"
27
27
  >
28
- <GIcon v-if="item.icon" :name="item.icon" />
28
+ <GIcon v-if="item.icon" :name="`${item.icon}`" />
29
29
  <nuxt-link
30
30
  v-if="item.to"
31
31
  class="glorious-breadcrumb-link"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.2-1",
2
+ "version": "1.2.2-2",
3
3
  "name": "nuxt-glorious",
4
4
  "description": "This package provides many things needed by a project, including server requests and authentication, SEO and other requirements of a project.",
5
5
  "repository": "sajadhzj/nuxt-glorious",