The useTenant composable is used to get the current tenant configuration.
useTenant
<script lang="ts"> const tenant = useTenant(); </script>
function useTenant(): TenantConfig["config"]
API Reference
Explore all Nuxt Multi-Tenancy Internals: Composables, Utils and more.
defineNuxtMultiTenancyConfig
Configure the multi-tenancy config for the Nuxt application.
On this page
Contribute