Change the img_size data point to an integer rather than a string
This commit is contained in:
parent
bda4a77b07
commit
afe78d031c
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ export default {
|
||||||
icon: Icon,
|
icon: Icon,
|
||||||
},
|
},
|
||||||
data() { return {
|
data() { return {
|
||||||
img_size: '50',
|
img_size: 50,
|
||||||
error: ``,
|
error: ``,
|
||||||
user: {
|
user: {
|
||||||
name: ``,
|
name: ``,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue