Nuxt/docs/content/4.examples/1.app/plugins.md

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"}