mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
14 lines
305 B
Markdown
14 lines
305 B
Markdown
|
---
|
||
|
template: Example
|
||
|
---
|
||
|
|
||
|
# Plugins
|
||
|
|
||
|
This example shows how to use the `plugins/` directory to auto-register plugins.
|
||
|
|
||
|
::alert{type=info icon=👉}
|
||
|
Learn more about [plugins](/docs/directory-structure/plugins).
|
||
|
::
|
||
|
|
||
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/app/plugins" file="app.vue"}
|