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.
resolveRouteComponents
1 parent c004070 commit 11a87d8Copy full SHA for 11a87d8
packages/vue-app/template/client.js
@@ -6,7 +6,7 @@ import {
6
promisify,<% } %>
7
<% if (features.middleware) { %>middlewareSeries,<% } %>
8
<% if (features.transitions || (features.middleware && features.layouts)) { %>sanitizeComponent,<% } %>
9
- <% if (loading) { %>resolveRouteComponents,<% } %>
+ resolveRouteComponents,
10
getMatchedComponents,
11
getMatchedComponentsInstances,
12
flatMapComponents,
0 commit comments