mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-12 03:38:07 +00:00
Fix Maximum Call Size Stack
This commit is contained in:
parent
db118f1b65
commit
b49713a096
@ -11,7 +11,7 @@ if (process.browser) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export function applyAsyncData (Component, asyncData = {}) {
|
export function applyAsyncData (Component, asyncData) {
|
||||||
const ComponentData = Component.options.data || noopData
|
const ComponentData = Component.options.data || noopData
|
||||||
// Prevent calling this method for each request on SSR context
|
// Prevent calling this method for each request on SSR context
|
||||||
if (!asyncData && Component.options.hasAsyncData) {
|
if (!asyncData && Component.options.hasAsyncData) {
|
||||||
|
Loading…
Reference in New Issue
Block a user