An open API service indexing awesome lists of open source software.

https://github.com/moltar/route-hooks

Nuxt route hook demo
https://github.com/moltar/route-hooks

Last synced: 6 months ago
JSON representation

Nuxt route hook demo

Awesome Lists containing this project

README

          

# `beforeRouteUpdate` is called after `asyncData`

## Reproduction steps

```sh
git clone git@github.com:moltar/route-hooks.git
cd route-hooks
npm i
npm run dev
open http://localhost:3000/foo/1
```

1. Open browser console
2. Click Next Page
3. Observe `console.log` output