File tree Expand file tree Collapse file tree 2 files changed +1
-56
lines changed Expand file tree Collapse file tree 2 files changed +1
-56
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import Components from '~/pages/components.vue'
1212import CustomInspectorTabView from '~/pages/custom-inspector-tab-view.vue'
1313import CustomTabView from '~/pages/custom-tab-view.vue'
1414import Graph from '~/pages/graph.vue'
15- import Index from '~/pages/index.vue'
1615import Overview from '~/pages/overview.vue'
1716import Pages from '~/pages/pages.vue'
1817import PiniaPage from '~/pages/pinia.vue'
@@ -27,7 +26,7 @@ import '@vue/devtools-ui/style.css'
2726import '~/assets/styles/main.css'
2827
2928const routes = [
30- { path : '/' , component : Index } ,
29+ { path : '/' , redirect : '/overview' } ,
3130 { path : '/overview' , component : Overview } ,
3231 { path : '/components' , component : Components } ,
3332 { path : '/pinia' , component : PiniaPage } ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments