Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save NovoManu/08269f3df606ca5ae4142c44982c6bef to your computer and use it in GitHub Desktop.
Save NovoManu/08269f3df606ca5ae4142c44982c6bef to your computer and use it in GitHub Desktop.
<script>
import middleware from '@/middlewares/myMiddleware'
export default {
name: 'Home',
layout: 'MyLayout',
middlewares: { middleware }
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment