From 918791f7ed8919def7fd0e7620a741dfb981e276 Mon Sep 17 00:00:00 2001 From: Fine0830 Date: Fri, 13 May 2022 14:40:18 +0800 Subject: [PATCH] fix: the page doesn't need to be re-rendered when the url changes (#87) --- src/App.vue | 2 +- src/layout/components/SideBar.vue | 4 ++-- src/views/dashboard/related/ebpf/components/EBPFStack.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index edb2bce3..1fbc2e99 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->