@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.
@@ -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
@@ -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"