From d9099c72817520c5ab24aaf07e4005824d9a43ac Mon Sep 17 00:00:00 2001
From: Tim <135014430+nagisa77@users.noreply.github.com>
Date: Fri, 8 Aug 2025 17:10:17 +0800
Subject: [PATCH] feat: enable page keepalive
---
frontend_nuxt/app.vue | 2 +-
frontend_nuxt/pages/index.vue | 6 ++++++
frontend_nuxt/pages/posts/[id]/index.vue | 6 ++++++
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/frontend_nuxt/app.vue b/frontend_nuxt/app.vue
index a13a1babe..eb6479661 100644
--- a/frontend_nuxt/app.vue
+++ b/frontend_nuxt/app.vue
@@ -9,7 +9,7 @@