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, }