From 46488ade7b7f4faded279519f4e916f4446bd13c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 20 Nov 2018 02:46:01 +0000 Subject: [PATCH] Revert "Move classes" This reverts commit 42d8acb12b7e9ae2f014d670732421c6a620d058. --- public/index.html | 4 ++-- src/App.vue | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index ceec23d..b26e054 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 98eee5b..700c9a8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@ @@ -8,6 +8,7 @@ import Welcome from './components/Welcome.vue' export default { + name: 'app', components: { Welcome, }