Skip to content

Commit d68cdae

Browse files
committedDec 19, 2023
fix(runtime): import reactive and unref
1 parent 4d5bdc6 commit d68cdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/runtime-utils/mount.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { mount } from '@vue/test-utils'
22
import type { ComponentMountingOptions } from '@vue/test-utils'
3-
import { Suspense, h, isReadonly, nextTick } from 'vue'
3+
import { Suspense, h, isReadonly, nextTick, reactive, unref } from 'vue'
44
import type { DefineComponent, SetupContext } from 'vue'
55
import { defu } from 'defu'
66
import type { RouteLocationRaw } from 'vue-router'

0 commit comments

Comments
 (0)
Please sign in to comment.