Skip to content

Commit 1ede281

Browse files
committed
fix lint
1 parent 8d83be4 commit 1ede281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/history/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function resolveAsyncComponents (matched: Array<RouteRecord>): Array<?Function>
161161
function flatMapComponents (
162162
matched: Array<RouteRecord>,
163163
fn: Function
164-
): Array<?Function> {
164+
): Array<?Function> {
165165
return Array.prototype.concat.apply([], matched.map(m => {
166166
return Object.keys(m.components).map(key => fn(
167167
m.components[key],

0 commit comments

Comments
 (0)