• Setup
    • Basic Usage
    • Routing & Strategies
    • Runtime Hooks
    • Custom route paths
    • Ignoring localized routes
    • Browser language detection
    • SEO
    • Lazy-load translations
    • Lang Switcher
    • Different domains
    • Locale fallback
    • Per-component translations
    • Extending messages hook
    • Extending pages
    • Migration guide
    • Vue I18n
    • Routing
    • Lazy loading
    • Browser
    • Domain
    • Misc
    • Runtime config
    • Composables
    • Compiler Macros
    • Vue I18n
    • Vue
    • Nuxt
  • Roadmap

Domain

Related domain options.


differentDomains

  • type: boolean
  • default: false

Set this to true when using different domains for each locale. If enabled, no prefix is added to your routes and you MUST configure locales as an array of objects, each containing a domain key. Refer to the Different domains for more information.

Edit this page on GitHub
OptionsBrowser
OptionsMisc

Powered by Docus