Skip to content

Instantly share code, notes, and snippets.

@haigopi
Created July 14, 2021 00:24
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 haigopi/816aa4eaeaf8657a501c49fe8d0f24c0 to your computer and use it in GitHub Desktop.
Save haigopi/816aa4eaeaf8657a501c49fe8d0f24c0 to your computer and use it in GitHub Desktop.
Route Definition
{
path: '/testURL',
name: 'TestModule',
component: () => import(/* webpackChunkName: "testOneView" */ '@/views/TestModuleOneView.vue'),
meta: { requiresAuth: false },
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment