From c8400adad5b8f455154c5285b39e839aa9c6e12b Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Thu, 6 Aug 2020 23:21:51 -0600 Subject: [PATCH] Update template file --- component_template.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component_template.vue b/component_template.vue index 1aff4e9..2052c98 100644 --- a/component_template.vue +++ b/component_template.vue @@ -6,7 +6,7 @@ export default { name: ``, components: {}, - data() { return {};}, + data() { return {}}, computed: {}, methods: {} }