fix: unintent import
This commit is contained in:
parent
97b37e1808
commit
1cdbd295e0
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import { RouteRecordRaw } from 'vue-router';
|
||||
|
||||
const routes: RouteRecordRaw[] = [
|
||||
{ path: '/test', component: () => import('pages/99-test/MainPage.vue') },
|
||||
{
|
||||
path: '',
|
||||
redirect: { name: 'Home' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue