mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: note that @nuxt/schema
should be used by module authors (#26190)
This commit is contained in:
parent
ac54031511
commit
41f6a0a3a0
@ -164,3 +164,7 @@ declare module 'nuxt/schema' {
|
|||||||
// It is always important to ensure you import/export something when augmenting a type
|
// It is always important to ensure you import/export something when augmenting a type
|
||||||
export {}
|
export {}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
::note
|
||||||
|
`nuxt/schema` is provided as a convenience for end-users to access the version of the schema used by Nuxt in their project. Module authors should instead augment `@nuxt/schema`.
|
||||||
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user