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,