Skip to content

Commit 32682c4

Browse files
author
Mostafa Kamal
committed
alias route
1 parent 8947e5b commit 32682c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/router/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ export default new Router({
3838
{
3939
path: '/v-text',
4040
name: 'VText',
41-
component: VText
41+
component: VText,
42+
alias: '/text-alias'
4243
},
4344
{
4445
path: '/v-html',

0 commit comments

Comments
 (0)