Skip to content

Commit

Permalink
feat(hooks-example.js): remove hook priority from appLoaded example
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Jul 29, 2021
1 parent 6be0dad commit a6622eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-examples/hooks-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ appHooks.add('appLoaded', (vueInstance) => {
const pluginExample = new PluginExample(vueInstance)
appHooks.attachPlugin(pluginExample, vueInstance)
// Do something when the app is loaded
}, 1)
})
// #### INDIVIDUAL HOOKS DEFINITION ###
Expand Down

0 comments on commit a6622eb

Please sign in to comment.