Back to Clerk

Routing strategy now defaults to `path`

packages/upgrade/src/versions/core-3/changes/nuxt-routing-strategy-default-path.md

latest346 B
Original Source

The following components now default to path routing strategy instead of hash:

  • <SignIn />
  • <SignUp />
  • <UserProfile />
  • <OrganizationProfile />
  • <CreateOrganization />
  • <OrganizationList />

If you were relying on the previous hash routing behavior, explicitly set the routing prop:

vue
<SignIn routing="hash" />