Skip to content

Instantly share code, notes, and snippets.

@igorkosta
Created March 24, 2019 21:59
Show Gist options
  • Save igorkosta/7a32b26012fddd409529c063d16db8fc to your computer and use it in GitHub Desktop.
Save igorkosta/7a32b26012fddd409529c063d16db8fc to your computer and use it in GitHub Desktop.
src/router/routes/index.js
import publicRoutes from '@/router/routes/public.js'
import privateRoutes from '@/router/routes/private.js'
export default publicRoutes.concat(privateRoutes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment