File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import 'floating-vue/dist/style.css'
3
3
import { getViteClient } from 'vite-hot-client'
4
4
5
5
import { isInSeparateWindow } from '@vue/devtools-shared'
6
- import { VueDevToolsVuePlugin , createViteClientRpc , functions } from '@vue/devtools-core'
6
+ import { VueDevToolsVuePlugin , createViteClientRpc , functions , rpc } from '@vue/devtools-core'
7
7
import { createRpcClient , setViteClientContext } from '@vue/devtools-kit'
8
8
import { createApp } from 'vue'
9
9
import type { App as VueApp } from 'vue'
@@ -104,5 +104,6 @@ export function disconnectDevToolsClient() {
104
104
}
105
105
106
106
export function reloadDevToolsClient ( ) {
107
+ rpc . value . initDevToolsServerListener ( )
107
108
vueApp ?. config ?. globalProperties ?. $getDevToolsState ( )
108
109
}
You can’t perform that action at this time.
0 commit comments