Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f472946

Browse files
committed
feat(client): set components page as default page
1 parent 82901b8 commit f472946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import '@vue/devtools-ui/style.css'
2626
import '~/assets/styles/main.css'
2727

2828
const routes = [
29-
{ path: '/', redirect: '/overview' },
29+
{ path: '/', redirect: '/components' },
3030
{ path: '/overview', component: Overview },
3131
{ path: '/components', component: Components },
3232
{ path: '/pinia', component: PiniaPage },

0 commit comments

Comments
 (0)