Skip to content

Instantly share code, notes, and snippets.

@somebody32
Created February 6, 2016 18:48
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 somebody32/f97220e38282027bebdc to your computer and use it in GitHub Desktop.
Save somebody32/f97220e38282027bebdc to your computer and use it in GitHub Desktop.
Adding metadata
import routes from './routes';
export default {
name: 'about',
routes
};
import routes from './routes';
export default {
name: 'heavy',
routes
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment