nuxt-glorious 1.2.9-9-3 → 1.2.9-9-5

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-3"
4
+ "version": "1.2.9-9-5"
5
5
  }
@@ -1,4 +1,6 @@
1
1
  <script lang="ts" setup>
2
+ import { useId } from '#imports'
3
+
2
4
  const modelValue = defineModel()
3
5
  const computeModelValue = (event: Event) => {
4
6
  const target = event.target as HTMLInputElement
@@ -38,7 +38,6 @@ const firstVal = selectValue.value
38
38
  *
39
39
  </span>
40
40
  </span>
41
- {{ selectValue === '' }}
42
41
  <div class="grow flex relative">
43
42
  <select
44
43
  v-model="selectValue"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.9-9-3",
2
+ "version": "1.2.9-9-5",
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",