the props variable 'checked' added in the vue and specs as a boolean

This commit is contained in:
ogerly 2022-01-07 10:27:10 +01:00
parent e5be54e276
commit d5c32d97a6
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ const mocks = {
}
const propsData = {
checked: false,
email: 'bob@baumeister.de',
dateLastSend: '',
}

View File

@ -25,7 +25,7 @@ export default {
name: 'ConfirmRegisterMail',
props: {
checked: {
type: String,
type: Boolean,
},
email: {
type: String,