Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
components
1 parent 82901b8 commit f472946Copy full SHA for f472946
packages/client/src/main.ts
@@ -26,7 +26,7 @@ import '@vue/devtools-ui/style.css'
26
import '~/assets/styles/main.css'
27
28
const routes = [
29
- { path: '/', redirect: '/overview' },
+ { path: '/', redirect: '/components' },
30
{ path: '/overview', component: Overview },
31
{ path: '/components', component: Components },
32
{ path: '/pinia', component: PiniaPage },
0 commit comments