RubyGems
npm
Organizations
Log in
Sign up
npm
@dargmuesli/nuxt-vio
Versions diffs
8.1.0 → 8.1.1
@dargmuesli/nuxt-vio 8.1.0 → 8.1.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/components/vio/form/input/VioFormInputEmailAddress.vue
+1
-0
package/package.json
+1
-1
package/components/vio/form/input/VioFormInputEmailAddress.vue
CHANGED
Viewed
@@ -2,6 +2,7 @@
2
2
<VioFormInput
3
3
v-if="formInput"
4
4
:is-optional="isOptional"
5
+
:is-required="isRequired"
5
6
:id-label="`input-${id}`"
6
7
:placeholder="t('globalPlaceholderEmailAddress')"
7
8
:title="title || t('emailAddress')"
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@dargmuesli/nuxt-vio",
3
-
"version": "8.1.
0
",
3
+
"version": "8.1.
1
",
4
4
"repository": {
5
5
"type": "git",
6
6
"url": "git+https://github.com/dargmuesli/vio.git"