Skip to content

Commit 7ba2661

Browse files
committed
refactor: update routes name
1 parent 35e9473 commit 7ba2661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const routes = [
135135
children: [
136136
{
137137
path: '/buttons/standard-buttons',
138-
name: 'Buttons',
138+
name: 'Button Component',
139139
component: () => import('@/views/buttons/Buttons.vue'),
140140
},
141141
{

0 commit comments

Comments
 (0)