nuxt-glorious 1.3.1-0-1 → 1.3.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.3.1-0-1"
4
+ "version": "1.3.1"
5
5
  }
@@ -188,7 +188,6 @@ const inputClicked = (event: any) => {
188
188
  :key="index"
189
189
  @click="addTagViaOption(option, $event)"
190
190
  >
191
- {{ option }}
192
191
  {{ option[props.displayTextKey] }}
193
192
  </div>
194
193
  </div>
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.1-0-1",
2
+ "version": "1.3.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",