Merge pull request #77

* added timestamp to comicstatus.

* added timestamp to comicstatus.
This commit is contained in:
2022-09-19 12:18:46 +01:00
committed by GitHub
parent 01e73cc9b3
commit 2647a0e31e
20 changed files with 463 additions and 304 deletions

View File

@@ -6,6 +6,7 @@ const AccountView = () => import('@/views/AccountView')
const BrowseView = () => import('@/views/BrowseView')
const UserView = () => import('@/views/UserView')
const LoginView = () => import('@/views/LoginView')
const HistoryView = () => import('@/views/HistoryView')
const routes = [
{
@@ -37,6 +38,11 @@ const routes = [
name: 'recent',
component: RecentView
},
{
path: '/history',
name: 'history',
component: HistoryView
},
{
path: '/account',
name: 'account',