Skip to content

Commit 15e8926

Browse files
committed
chore: update deps
1 parent faa08d3 commit 15e8926

3 files changed

Lines changed: 1144 additions & 539 deletions

File tree

packages/devtools/src/runtime/plugins/view/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { createHooks } from 'hookable'
1111
import { debounce } from 'perfect-debounce'
1212

1313
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'
14+
import { computed, createApp, h, markRaw, ref, shallowReactive, shallowRef, toRef, watch } from 'vue'
1515
import { initTimelineMetrics } from '../../function-metrics-helpers'
1616
import Main from './Main.vue'
1717

0 commit comments

Comments
 (0)