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

305 B

template
Example

Plugins

This example shows how to use the plugins/ directory to auto-register plugins.

::alert{type=info icon=👉} Learn more about plugins. ::

::sandbox{repo="nuxt/framework" branch="main" dir="examples/app/plugins" file="app.vue"}