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: {} }