We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d83be4 commit 1ede281Copy full SHA for 1ede281
src/history/base.js
@@ -161,7 +161,7 @@ function resolveAsyncComponents (matched: Array<RouteRecord>): Array<?Function>
161
function flatMapComponents (
162
matched: Array<RouteRecord>,
163
fn: Function
164
-): Array<?Function> {
+): Array<?Function> {
165
return Array.prototype.concat.apply([], matched.map(m => {
166
return Object.keys(m.components).map(key => fn(
167
m.components[key],
0 commit comments