mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
fix: rename useNuxt
in global-imports to useNuxtApp
(#461)
This commit is contained in:
parent
a9c4bfa065
commit
a31e8abfb3
@ -3,7 +3,7 @@ const identifiers = {
|
|||||||
'useAsyncData',
|
'useAsyncData',
|
||||||
'asyncData',
|
'asyncData',
|
||||||
'defineNuxtComponent',
|
'defineNuxtComponent',
|
||||||
'useNuxt',
|
'useNuxtApp',
|
||||||
'defineNuxtPlugin'
|
'defineNuxtPlugin'
|
||||||
],
|
],
|
||||||
'#meta': [
|
'#meta': [
|
||||||
|
Loading…
Reference in New Issue
Block a user