mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
14 lines
335 B
Markdown
14 lines
335 B
Markdown
|
---
|
||
|
template: Example
|
||
|
---
|
||
|
|
||
|
# Module Extend pages
|
||
|
|
||
|
This example defines a new `test` page using `extendPages` within a module.
|
||
|
|
||
|
::alert{type=info icon=👉}
|
||
|
Learn more about [modules creation](/docs/advanced/modules).
|
||
|
::
|
||
|
|
||
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/advanced/module-extend-pages" file="pages/index.vue"}
|