Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created July 24, 2018 04:41
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save lmiller1990/3ac4a9bd4ad2916acb10b1e43f7e960a to your computer and use it in GitHub Desktop.
import NestedRoute from "@/components/NestedRoute.vue"
export default [
{
path: "/nested-route",
component: NestedRoute,
meta: {
shouldBustCache: true
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment