docs: add a more helpful comment (#23999)

This commit is contained in:
NiJia Lin 2023-10-31 20:56:47 +08:00 committed by GitHub
parent dce8ebb336
commit 69ddcc968d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ export default defineNuxtPlugin({
// You can directly register Nuxt app runtime hooks here
'app:created'() {
const nuxtApp = useNuxtApp()
//
// do something in the hook
}
},
env: {