mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
Add text register
This commit is contained in:
@@ -13,9 +13,7 @@ export default [
|
||||
routes: [
|
||||
{
|
||||
path: "/",
|
||||
exact: true,
|
||||
component: AsyncHome, // Add your page here
|
||||
loadData: loadHomeData, // Add your pre-fetch method here
|
||||
component: Register,
|
||||
},
|
||||
{
|
||||
path: "/MembrePage/:id",
|
||||
@@ -28,7 +26,9 @@ export default [
|
||||
},
|
||||
{
|
||||
path: "/register",
|
||||
component: Register,
|
||||
exact: true,
|
||||
component: AsyncHome,
|
||||
loadData: loadHomeData,
|
||||
},
|
||||
{
|
||||
component: NotFound,
|
||||
|
Reference in New Issue
Block a user