From ddf521ff89bcea2b05dc0ca8e69708261f1bc51c Mon Sep 17 00:00:00 2001 From: adiao <1819192616@qq.com> Date: Tue, 4 Apr 2023 12:37:32 +0800 Subject: [PATCH] Updated files --- Vue学习笔记.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue学习笔记.md b/Vue学习笔记.md index 38259ea..76a0ebd 100644 --- a/Vue学习笔记.md +++ b/Vue学习笔记.md @@ -127,7 +127,7 @@ const RoutesList = [ 要实现带参数跳转, -要实现带参数跳转,我们可以有很多方法,有通过跳转时,通过params 和 o +要实现带参数跳转,我们可以有很多方法,有通过跳转时,通过params 和 query 来实现,有通过 ---