Skip to content

Commit

Permalink
fix: useRoute is undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed Jun 9, 2023
1 parent a644e55 commit 1c95841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/useDirectusAuth.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Ref } from 'vue'
import { useRuntimeConfig } from '#app'
import { useRuntimeConfig, useRoute } from '#app'
import type {
DirectusAuthResponse,
DirectusAuthCredentials,
Expand Down

1 comment on commit 1c95841

@vercel
Copy link

@vercel vercel bot commented on 1c95841 Jun 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-directus – ./

nuxt-directus-git-main-intevel.vercel.app
nuxt-directus-intevel.vercel.app
nuxt-directus-docs.vercel.app

Please sign in to comment.