✨ Pass service provide recaptcha
This commit is contained in:
@@ -8,6 +8,11 @@ const router = createRouter({
|
||||
name: 'index',
|
||||
component: () => import('../views/index.vue'),
|
||||
},
|
||||
{
|
||||
path: '/captcha',
|
||||
name: 'captcha',
|
||||
component: () => import('../views/captcha.vue'),
|
||||
}
|
||||
],
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user