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