We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d249b commit ae0a845Copy full SHA for ae0a845
1 file changed
src/router/index.js
@@ -19,7 +19,7 @@ const routes = [
19
path: "/notifications",
20
name: "notifications",
21
component: () => import("../views/Notifications.vue"),
22
- meta: { keepAlive: false },
+ meta: { keepAlive: true },
23
},
24
{
25
path: "/messages",
0 commit comments