From 42d8acb12b7e9ae2f014d670732421c6a620d058 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 20 Nov 2018 01:35:46 +0000 Subject: [PATCH] Move classes --- public/index.html | 4 ++-- src/App.vue | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 012b04b..7403ba8 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + @@ -7,7 +7,7 @@ Drupal Bartik clone using Vue.js and Tailwind CSS - + diff --git a/src/App.vue b/src/App.vue index b89d503..d3c3a79 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ @@ -8,7 +8,6 @@ import WelcomeToDrupal from './components/WelcomeToDrupal.vue' export default { - name: 'app', components: { WelcomeToDrupal, }