diff --git a/docs/2.guide/2.directory-structure/1.plugins.md b/docs/2.guide/2.directory-structure/1.plugins.md index 6851731978..ad17986912 100644 --- a/docs/2.guide/2.directory-structure/1.plugins.md +++ b/docs/2.guide/2.directory-structure/1.plugins.md @@ -200,6 +200,11 @@ const { $hello } = useNuxtApp() Note that we highly recommend using [`composables`](/docs/guide/directory-structure/composables) instead of providing helpers to avoid polluting the global namespace and keep your main bundle entry small. :: +::callout{color="amber" icon="i-ph-warning-duotone"} +**If your plugin provides a `ref` or `computed`, it will not be unwrapped in a component `