Skip to content

Commit ae0a845

Browse files
authored
update router keep-alive config
1 parent f0d249b commit ae0a845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/router/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const routes = [
1919
path: "/notifications",
2020
name: "notifications",
2121
component: () => import("../views/Notifications.vue"),
22-
meta: { keepAlive: false },
22+
meta: { keepAlive: true },
2323
},
2424
{
2525
path: "/messages",

0 commit comments

Comments
 (0)