9 lines
124 B
JavaScript
9 lines
124 B
JavaScript
|
import IndexComponent from './pages/index.vue';
|
||
|
|
||
|
export default [
|
||
|
{
|
||
|
path: '/',
|
||
|
component: IndexComponent,
|
||
|
},
|
||
|
];
|