nuxt-glorious 1.3.1-0 → 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"
4
+ "version": "1.3.1"
5
5
  }
@@ -178,7 +178,6 @@ const inputClicked = (event: any) => {
178
178
  @click="typeInput = 'password'"
179
179
  ></GIcon>
180
180
 
181
- {{ props.options }}
182
181
  <div
183
182
  v-if="props.options.length > 0"
184
183
  class="glorious-input-options hidden"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.1-0",
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",