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