Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 15e8926

Browse filesBrowse files
committed
chore: update deps
1 parent faa08d3 commit 15e8926
Copy full SHA for 15e8926

File tree

Expand file treeCollapse file tree

3 files changed

+1144
-539
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+1144
-539
lines changed

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

Copy file name to clipboardExpand all lines: packages/devtools/src/runtime/plugins/view/client.ts
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.