fix(vue-app): always import resolveRouteComponents (#7591)

[release]
This commit is contained in:
pooya parsa 2020-06-23 17:48:09 +02:00 committed by GitHub
parent c00407090a
commit 11a87d858d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ import {
promisify,<% } %>
<% if (features.middleware) { %>middlewareSeries,<% } %>
<% if (features.transitions || (features.middleware && features.layouts)) { %>sanitizeComponent,<% } %>
<% if (loading) { %>resolveRouteComponents,<% } %>
resolveRouteComponents,
getMatchedComponents,
getMatchedComponentsInstances,
flatMapComponents,