From 830680e188eae8c535f5e55fa92ef52723324ec2 Mon Sep 17 00:00:00 2001 From: catchonme Date: Tue, 28 Jul 2020 09:48:38 +0800 Subject: [PATCH] fix typo error --- src/components/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/view.js b/src/components/view.js index e24d6fa4e..de764fdf5 100644 --- a/src/components/view.js +++ b/src/components/view.js @@ -97,7 +97,7 @@ export default { } const configProps = matched.props && matched.props[name] - // save route and configProps in cachce + // save route and configProps in cache if (configProps) { extend(cache[name], { route,