default value
This commit is contained in:
parent
2686521117
commit
a38bc4d366
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
checkValue: Boolean,
|
||||
checkValue: false,
|
||||
};
|
||||
},
|
||||
created() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue