Skip to content

Commit 11a87d8

Browse files
authored
fix(vue-app): always import resolveRouteComponents (nuxt#7591)
[release]
1 parent c004070 commit 11a87d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-app/template/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
promisify,<% } %>
77
<% if (features.middleware) { %>middlewareSeries,<% } %>
88
<% if (features.transitions || (features.middleware && features.layouts)) { %>sanitizeComponent,<% } %>
9-
<% if (loading) { %>resolveRouteComponents,<% } %>
9+
resolveRouteComponents,
1010
getMatchedComponents,
1111
getMatchedComponentsInstances,
1212
flatMapComponents,

0 commit comments

Comments
 (0)