From afe78d031cee29709426ff34c27377d3bf2fbf0b Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Mon, 3 Aug 2020 22:09:02 -0600 Subject: [PATCH] Change the img_size data point to an integer rather than a string --- src/components/ControlBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ControlBar.vue b/src/components/ControlBar.vue index 38634d5..ed4ad3f 100644 --- a/src/components/ControlBar.vue +++ b/src/components/ControlBar.vue @@ -86,7 +86,7 @@ export default { icon: Icon, }, data() { return { - img_size: '50', + img_size: 50, error: ``, user: { name: ``,