mirror of https://github.com/Kylart/KawAnime.git
Renamed index view to releases
This commit is contained in:
parent
13ac2aae99
commit
3960d1f630
|
@ -22,7 +22,7 @@ export function createRouter () {
|
||||||
mode: 'history',
|
mode: 'history',
|
||||||
scrollBehavior: () => ({y: 0}),
|
scrollBehavior: () => ({y: 0}),
|
||||||
routes: [
|
routes: [
|
||||||
route('/', 'index'),
|
route('/', 'releases'),
|
||||||
route('/downloader', 'downloader'),
|
route('/downloader', 'downloader'),
|
||||||
route('/seasons', 'seasons'),
|
route('/seasons', 'seasons'),
|
||||||
route('/news', 'news'),
|
route('/news', 'news'),
|
||||||
|
|
Loading…
Reference in New Issue