nuxt-glorious 1.2.9-8-0 → 1.2.9-8-1

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-8-0"
4
+ "version": "1.2.9-8-1"
5
5
  }
@@ -38,7 +38,6 @@ const firstVal = selectValue.value
38
38
  </span>
39
39
  </span>
40
40
  <div class="grow flex relative">
41
- {{ selectValue }}
42
41
  <select
43
42
  v-model="selectValue"
44
43
  aria-label="glorious select"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.9-8-0",
2
+ "version": "1.2.9-8-1",
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",