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

13 lines
267 B
Markdown
Raw Normal View History

---
template: Example
---
# Plugins
This example shows how to use the `plugins/` directory to auto-register plugins.
::ReadMore{link="/guide/directory-structure/plugins"}
::
::sandbox{repo="nuxt/framework" branch="main" dir="examples/app/plugins" file="app.vue"}