mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
docs: add a more helpful comment (#23999)
This commit is contained in:
parent
dce8ebb336
commit
69ddcc968d
@ -66,7 +66,7 @@ export default defineNuxtPlugin({
|
|||||||
// You can directly register Nuxt app runtime hooks here
|
// You can directly register Nuxt app runtime hooks here
|
||||||
'app:created'() {
|
'app:created'() {
|
||||||
const nuxtApp = useNuxtApp()
|
const nuxtApp = useNuxtApp()
|
||||||
//
|
// do something in the hook
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
env: {
|
env: {
|
||||||
|
Loading…
Reference in New Issue
Block a user