We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb499a commit 0169ec4Copy full SHA for 0169ec4
packages/runtime-vapor/__tests__/apiInject.spec.ts
@@ -1,8 +1,8 @@
1
// NOTE: This test is implemented based on the case of `runtime-core/__test__/apiInject.spec.ts`.
2
3
-import type { Ref } from '@vue/reactivity' // TODO: export Ref from ../src
4
import {
5
type InjectionKey,
+ type Ref,
6
createComponent,
7
createTextNode,
8
createVaporApp,
packages/runtime-vapor/src/index.ts
@@ -3,6 +3,7 @@
export const version = __VERSION__
export {
// core
reactive,
ref,
9
readonly,
0 commit comments