mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
parent
c00407090a
commit
11a87d858d
@ -6,7 +6,7 @@ import {
|
|||||||
promisify,<% } %>
|
promisify,<% } %>
|
||||||
<% if (features.middleware) { %>middlewareSeries,<% } %>
|
<% if (features.middleware) { %>middlewareSeries,<% } %>
|
||||||
<% if (features.transitions || (features.middleware && features.layouts)) { %>sanitizeComponent,<% } %>
|
<% if (features.transitions || (features.middleware && features.layouts)) { %>sanitizeComponent,<% } %>
|
||||||
<% if (loading) { %>resolveRouteComponents,<% } %>
|
resolveRouteComponents,
|
||||||
getMatchedComponents,
|
getMatchedComponents,
|
||||||
getMatchedComponentsInstances,
|
getMatchedComponentsInstances,
|
||||||
flatMapComponents,
|
flatMapComponents,
|
||||||
|
Loading…
Reference in New Issue
Block a user