Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
useDevtoolsClient
1 parent 466ae9d commit 5ce9b47Copy full SHA for 5ce9b47
packages/devtools-kit/src/runtime/iframe-client.ts
@@ -1,5 +1,5 @@
1
-import type { NuxtDevtoolsIframeClient } from '@nuxt/devtools-kit/types'
2
import type { Ref } from 'vue'
+import type { NuxtDevtoolsIframeClient } from '../types'
3
import { shallowRef, triggerRef } from 'vue'
4
5
let clientRef: Ref<NuxtDevtoolsIframeClient | undefined> | undefined
0 commit comments