default value

This commit is contained in:
FrankRua 2022-03-02 14:10:49 -05:00
parent 2686521117
commit a38bc4d366

View file

@ -42,7 +42,7 @@ export default {
},
data() {
return {
checkValue: Boolean,
checkValue: false,
};
},
created() {