mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
- fixes.
This commit is contained in:
parent
29befb7129
commit
6ebfe1f08d
@ -28,7 +28,7 @@ const routes: Array<RouteRecordRaw> = [
|
||||
component: () => import('@/views/NotFoundView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/:catchAll(.*)',
|
||||
path: '/:catchAll(.*)*',
|
||||
redirect: '/404',
|
||||
},
|
||||
];
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { createStore, Store } from 'vuex';
|
||||
import IRootState from './models/IRootState';
|
||||
import IRootState from '@/store/models/IRootState';
|
||||
import MGamepads from '@/store/modules/MGamepads';
|
||||
import MPatterns from '@/store/modules/MPatterns';
|
||||
import TPatternUnit from '@/models/TPatternUnit';
|
||||
|
Loading…
Reference in New Issue
Block a user