Skip to content

Commit 48019a5

Browse files
committed
alias register route
1 parent 1dcb9b4 commit 48019a5

File tree

1 file changed

+1
-0
lines changed
  • packages/standalone-ui/src/router

1 file changed

+1
-0
lines changed

packages/standalone-ui/src/router/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const routes: Array<RouteRecordRaw> = [
2727
},
2828
{
2929
path: '/register',
30+
alias: '/signup',
3031
name: 'Register',
3132
component: UserRegistration,
3233
},

0 commit comments

Comments
 (0)