mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-22 08:29:46 +00:00
refactor: mark field as internal
This commit is contained in:
parent
bdd3b3a209
commit
197c932141
@ -20,6 +20,7 @@ export interface Component {
|
||||
* This prevent the component to be transformed with a `createClientOnly()` client-side if the mode is `client`
|
||||
* An example is the `<NuxtClientFallback>` component which handles it's hydration client-side
|
||||
*/
|
||||
/** @internal */
|
||||
noClientOnlyTransform?: boolean
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user