From a3b4eb017a0f948348ef7732267c7ed0d4bca8c0 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 12 三月 2024 16:15:27 +0800 Subject: [PATCH] bug修改 --- src/App.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/App.vue b/src/App.vue index 32de82a..de1726e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ <template> <div id="app"> - <router-view /> + <router-view :key="$route.fullpath"/> </div> </template> <script> -- Gitblit v1.8.0