You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
382 B

4 weeks ago
  1. # MIDDLEWARE
  2. This directory contains your Application Middleware.
  3. The middleware lets you define custom function to be ran before rendering a page or a group of pages (layouts).
  4. More information about the usage of this directory in the documentation:
  5. https://nuxtjs.org/guide/routing#middleware
  6. **This directory is not required, you can delete it if you don't want to use it.**