mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
chore: remove second twoslash prop too 🤔
This commit is contained in:
parent
0bf70bd7ad
commit
1b2c55765e
@ -19,7 +19,7 @@ One of the core features of Nuxt 3 is the layers and extending support. You can
|
|||||||
|
|
||||||
You can extend a layer by adding the [extends](/docs/api/nuxt-config#extends) property to the [`nuxt.config.ts`](/docs/guide/directory-structure/nuxt-config) file.
|
You can extend a layer by adding the [extends](/docs/api/nuxt-config#extends) property to the [`nuxt.config.ts`](/docs/guide/directory-structure/nuxt-config) file.
|
||||||
|
|
||||||
```ts twoslash [nuxt.config.ts]
|
```ts [nuxt.config.ts]
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
extends: [
|
extends: [
|
||||||
'../base', // Extend from a local layer
|
'../base', // Extend from a local layer
|
||||||
|
Loading…
Reference in New Issue
Block a user