Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Plugins

This directory contains Nuxt plugins that run when the app is created.

  • Use defineNuxtPlugin to register a plugin.
  • For client-only code (e.g. that uses window), use the .client suffix (e.g. drift.client.js) so the plugin runs only in the browser.

See Nuxt 3 Plugins.