0
0
Fork 0

Set the default and type correctly

This commit is contained in:
Tyler-A 2020-08-02 23:52:42 -06:00
parent b8304cc285
commit dd435cb288

View file

@ -84,8 +84,8 @@ export default {
required: false,
},
border: {
type: String,
default: `0`,
type: Number,
default: 0,
required: false,
}
},