mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
the props variable 'checked' added in the vue and specs as a boolean
This commit is contained in:
parent
e5be54e276
commit
d5c32d97a6
@ -19,6 +19,7 @@ const mocks = {
|
||||
}
|
||||
|
||||
const propsData = {
|
||||
checked: false,
|
||||
email: 'bob@baumeister.de',
|
||||
dateLastSend: '',
|
||||
}
|
||||
|
||||
@ -25,7 +25,7 @@ export default {
|
||||
name: 'ConfirmRegisterMail',
|
||||
props: {
|
||||
checked: {
|
||||
type: String,
|
||||
type: Boolean,
|
||||
},
|
||||
email: {
|
||||
type: String,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user