Добавлена маршрутизация, выбор вида списка: Авторы, Серии, Книги
This commit is contained in:
@@ -5,6 +5,9 @@ const Search = () => import('./components/Search/Search.vue');
|
||||
|
||||
const myRoutes = [
|
||||
['/', Search],
|
||||
['/author', Search],
|
||||
['/series', Search],
|
||||
['/book', Search],
|
||||
['/:pathMatch(.*)*', null, null, '/'],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user