0
0
Fork 0

Change the img_size data point to an integer rather than a string

This commit is contained in:
Tyler-A 2020-08-03 22:09:02 -06:00
parent bda4a77b07
commit afe78d031c

View file

@ -86,7 +86,7 @@ export default {
icon: Icon,
},
data() { return {
img_size: '50',
img_size: 50,
error: ``,
user: {
name: ``,