Update post

This commit is contained in:
Oliver Davies 2018-12-28 11:33:04 +00:00
parent 9594fb4d52
commit c6108c6d5a

View file

@ -209,9 +209,7 @@ This is done within `main.js`:
```js ```js
// ... // ...
import DrupalMessage from '@/components/DrupalMessage.vue' Vue.component('drupal-message', require('@/components/DrupalMessage').default)
Vue.component('DrupalMessage', DrupalMessage)
new Vue({ new Vue({
render: h => h(App), render: h => h(App),