mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 17:32:31 +00:00
fix: remove comma
This commit is contained in:
parent
503b560d9b
commit
2df20ac681
@ -50,7 +50,7 @@ export const createLazyNetworkClientPage = (componentLoader: Component) => {
|
||||
idleHandle = null
|
||||
}
|
||||
})
|
||||
return () => isIdle.value ? h(componentLoader, attrs) : null,
|
||||
return () => isIdle.value ? h(componentLoader, attrs) : null
|
||||
},
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user