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