From b9c5fcf085bed9c6100283133531b36bfbb06cf0 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Mon, 25 May 2020 15:07:03 -0700 Subject: Build system integration using vue-cli. --- src/components/Service.vue | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/components/Service.vue (limited to 'src/components/Service.vue') diff --git a/src/components/Service.vue b/src/components/Service.vue new file mode 100644 index 0000000..d27b17b --- /dev/null +++ b/src/components/Service.vue @@ -0,0 +1,40 @@ + + + + + -- cgit v1.2.3 From 3bf0edcf136b6354274fe0a5870c38350d36e6b7 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Fri, 29 May 2020 18:48:46 -0700 Subject: Adding missing rel attribute on links. --- src/components/Service.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/Service.vue') diff --git a/src/components/Service.vue b/src/components/Service.vue index d27b17b..a2448ca 100644 --- a/src/components/Service.vue +++ b/src/components/Service.vue @@ -1,12 +1,12 @@