From e748b1831f85e240890fa056717143e44216cc5a Mon Sep 17 00:00:00 2001 From: Adam Procter <adam.procter@soton.ac.uk> Date: Fri, 16 Jul 2021 18:31:13 +0100 Subject: [PATCH] linting --- src/views/Home.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index add9479..af8ebd8 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -8,7 +8,6 @@ // @ is an alias to /src import Capture from '@/components/Capture.vue' - export default { name: 'Home', components: { -- GitLab