mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: flatten top-level project in layers example (#18967)
Co-authored-by: Daniel Roe <daniel@roe.dev> Co-authored-by: pooya parsa <pyapar@gmail.com>
This commit is contained in:
parent
27d68f67c3
commit
523b495e1d
@ -25,15 +25,15 @@ Additionally, certain other files in the layer directory will be auto-scanned an
|
||||
|
||||
::code-group
|
||||
|
||||
```ts{}[app/nuxt.config.ts]
|
||||
```ts{}[nuxt.config.ts]
|
||||
export default defineNuxtConfig({
|
||||
extends: [
|
||||
'../base'
|
||||
'./base'
|
||||
]
|
||||
})
|
||||
```
|
||||
|
||||
```vue{}[app/app.vue]
|
||||
```vue{}[app.vue]
|
||||
<template>
|
||||
<BaseComponent/>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user