nuxt-glorious 1.2.9-9-8 → 1.2.9-9-9

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/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "nuxt-glorious",
3
3
  "configKey": "glorious",
4
- "version": "1.2.9-9-8"
4
+ "version": "1.2.9-9-9"
5
5
  }
@@ -22,7 +22,6 @@ const computeModelValue = (event: Event) => {
22
22
  v-for="(item, index) in 5"
23
23
  :key="index"
24
24
  >
25
- {{ value[index] < modelValue }}
26
25
  <input
27
26
  type="radio"
28
27
  :id="`star${item}-${id}`"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.9-9-8",
2
+ "version": "1.2.9-9-9",
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",