Anonymous Middleware

Using anonymous middleware to show the analytics of how many times a user visits a page.


In this example:

pages/anonymous-middleware.vue contains a middleware function which uses the store to call the increment mutation with results from the store displayed on the page.

store/analytics.js sets the pageVisits to 0 and increments the visits every time the increment function is called.

Loading Sandbox...
Edit this page on GitHub Updated at Mon, Jul 12, 2021