nuxt-glorious 1.2.9-8-8 → 1.2.9-8-9
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
|
<script setup lang="ts">
|
2
|
-
import { computed,
|
2
|
+
import { computed, ref, watch } from '#imports'
|
3
3
|
import { hasValidationError } from '../helper'
|
4
4
|
import { useGloriousCore } from '../../composables/useGloriousCore'
|
5
5
|
import _props from '../props/Input'
|
@@ -112,8 +112,6 @@ const inputClicked = (event: any) => {
|
|
112
112
|
optionsElement.classList.remove('hidden')
|
113
113
|
}
|
114
114
|
}
|
115
|
-
|
116
|
-
const gs = GloriousStore()
|
117
115
|
</script>
|
118
116
|
|
119
117
|
<template>
|
@@ -190,7 +188,7 @@ const gs = GloriousStore()
|
|
190
188
|
</div>
|
191
189
|
</div>
|
192
190
|
<div
|
193
|
-
v-if="tags
|
191
|
+
v-if="tags?.length !== 0"
|
194
192
|
class="glorious-input-tag"
|
195
193
|
>
|
196
194
|
<div
|
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "1.2.9-8-
|
2
|
+
"version": "1.2.9-8-9",
|
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",
|