mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-02 01:50:46 +08:00
cache home page view
This commit is contained in:
@@ -23,7 +23,8 @@ const routes = [
|
||||
{
|
||||
path: '/',
|
||||
name: 'home',
|
||||
component: HomePageView
|
||||
component: HomePageView,
|
||||
meta: { keepAlive: true }
|
||||
},
|
||||
{
|
||||
path: '/message',
|
||||
|
||||
Reference in New Issue
Block a user