Skip to content

Commit b1f9843

Browse files
committed
bug: Ensure layout scaffold component can be placed and add messages to the layout.
1 parent 1e47fc4 commit b1f9843

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ yarn add nuxtjs-drupal-ce # or npm install nuxtjs-drupal-ce
4141
```
4242
3. Get started quickly by scaffolding initial files:
4343
```bash
44-
$(npm bin)/nuxt-drupal-ce-init
44+
rm -f layouts/default.vue && $(npm bin)/nuxt-drupal-ce-init
4545
```
4646

4747
You may also take a look at the [example project](https://github.com/drunomics/nuxt-drupal-ce-example).

scaffold/layouts/default.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<header>
44
<main-navigation />
55
</header>
6+
<messages />
67
<breadcrumbs />
78
<Nuxt />
89
</div>

0 commit comments

Comments
 (0)