Skip to content

Instantly share code, notes, and snippets.

@nirazul
Last active May 5, 2017 12:03
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 nirazul/9a4b9693f45b4b6965fab1b5ebdd7a8a to your computer and use it in GitHub Desktop.
Save nirazul/9a4b9693f45b4b6965fab1b5ebdd7a8a to your computer and use it in GitHub Desktop.
blog.dreipol.ch - Snippet 3
const routes = [
{
"name": "cms-page-2",
"path": "/work",
"component": function VueComponent() {},
"meta": {
"api": {
"fetch": function(params, query) {},
"params": {},
"query": {
"partials": ["menu"]
}
}
},
"children": []
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment