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'
12
12
import CustomInspectorTabView from '~/pages/custom-inspector-tab-view.vue'
13
13
import CustomTabView from '~/pages/custom-tab-view.vue'
14
14
import Graph from '~/pages/graph.vue'
15
- import Index from '~/pages/index.vue'
16
15
import Overview from '~/pages/overview.vue'
17
16
import Pages from '~/pages/pages.vue'
18
17
import PiniaPage from '~/pages/pinia.vue'
@@ -27,7 +26,7 @@ import '@vue/devtools-ui/style.css'
27
26
import '~/assets/styles/main.css'
28
27
29
28
const routes = [
30
- { path : '/' , component : Index } ,
29
+ { path : '/' , redirect : '/overview' } ,
31
30
{ path : '/overview' , component : Overview } ,
32
31
{ path : '/components' , component : Components } ,
33
32
{ path : '/pinia' , component : PiniaPage } ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments