nuxt-glorious 1.1.3 → 1.1.4

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.

Potentially problematic release.


This version of nuxt-glorious might be problematic. Click here for more details.

package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "glorious",
3
3
  "configKey": "glorious",
4
- "version": "1.1.3"
4
+ "version": "1.1.4"
5
5
  }
@@ -190,7 +190,7 @@ const typeInput = ref(props.type);
190
190
  <div class="relative">
191
191
  <input
192
192
  v-model="inputValue"
193
- inputmode="text"
193
+ :inputmode="props.inputMode"
194
194
  :autocomplete="props.autocomplete"
195
195
  class="w-full"
196
196
  :class="[
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.3",
2
+ "version": "1.1.4",
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",