We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa08d3 commit 15e8926Copy full SHA for 15e8926
3 files changed
packages/devtools/src/runtime/plugins/view/client.ts
@@ -11,7 +11,7 @@ import { createHooks } from 'hookable'
11
import { debounce } from 'perfect-debounce'
12
13
import { events as inspectorEvents, hasData as inspectorHasData, state as inspectorState } from 'vite-plugin-vue-tracer/client/overlay'
14
-import { computed, createApp, h, markRaw, ref, shallowReactive, shallowRef, watch } from 'vue'
+import { computed, createApp, h, markRaw, ref, shallowReactive, shallowRef, toRef, watch } from 'vue'
15
import { initTimelineMetrics } from '../../function-metrics-helpers'
16
import Main from './Main.vue'
17
0 commit comments