mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
Merge pull request #1586 from smadey/dev
Add "resourcesLoaded" plugin for Renderer
This commit is contained in:
commit
a5cf2c3c42
@ -108,6 +108,9 @@ export default class Renderer extends Tapable {
|
||||
this.resources.loadingHTML = ''
|
||||
}
|
||||
|
||||
// Call resourcesLoaded plugin
|
||||
await this.applyPluginsAsync('resourcesLoaded', this.resources)
|
||||
|
||||
if (updated.length > 0) {
|
||||
// debug('Updated', updated.join(', '), isServer)
|
||||
this.createRenderer()
|
||||
|
Loading…
Reference in New Issue
Block a user