Skip to content

Commit

Permalink
fix(runtime-utils): import reactive
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 6, 2024
1 parent 6602a8e commit f05c0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime-utils/render.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Suspense, effectScope, h, nextTick, isReadonly, unref } from 'vue'
import { Suspense, effectScope, h, nextTick, isReadonly, reactive, unref } from 'vue'
import type { DefineComponent, SetupContext } from 'vue'
import type { RenderOptions as TestingLibraryRenderOptions } from '@testing-library/vue'
import { defu } from 'defu'
Expand Down

0 comments on commit f05c0fa

Please sign in to comment.