Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ce9b47

Browse files
authored
fix(devtools-kit): fix useDevtoolsClient return type (#845)
* fix(devtools-kit): type `useDevtoolsClient` return type * refactor: use relative path
1 parent 466ae9d commit 5ce9b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools-kit/src/runtime/iframe-client.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { NuxtDevtoolsIframeClient } from '@nuxt/devtools-kit/types'
21
import type { Ref } from 'vue'
2+
import type { NuxtDevtoolsIframeClient } from '../types'
33
import { shallowRef, triggerRef } from 'vue'
44

55
let clientRef: Ref<NuxtDevtoolsIframeClient | undefined> | undefined

0 commit comments

Comments
 (0)