Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created July 24, 2018 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmiller1990/45d38d61643dda5b04fd5ee1b354f109 to your computer and use it in GitHub Desktop.
Save lmiller1990/45d38d61643dda5b04fd5ee1b354f109 to your computer and use it in GitHub Desktop.
<script>
import { bustCache } from "@/bust-cache.js"
export default {
name: "NestedRoute",
beforeRouteLeave(to, from, next) {
bustCache()
next()
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment