From c6108c6d5a68e6e5f2e5dad99ba48a155ab666ac Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 28 Dec 2018 11:33:04 +0000 Subject: [PATCH] Update post --- ...-12-27-rebuilding-bartik-with-vuejs-tailwind-css-part-2.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/_posts/2018-12-27-rebuilding-bartik-with-vuejs-tailwind-css-part-2.md b/source/_posts/2018-12-27-rebuilding-bartik-with-vuejs-tailwind-css-part-2.md index 53104112..061bd3ac 100644 --- a/source/_posts/2018-12-27-rebuilding-bartik-with-vuejs-tailwind-css-part-2.md +++ b/source/_posts/2018-12-27-rebuilding-bartik-with-vuejs-tailwind-css-part-2.md @@ -209,9 +209,7 @@ This is done within `main.js`: ```js // ... -import DrupalMessage from '@/components/DrupalMessage.vue' - -Vue.component('DrupalMessage', DrupalMessage) +Vue.component('drupal-message', require('@/components/DrupalMessage').default) new Vue({ render: h => h(App),