Skip to content

Commit 0514afc

Browse files
committed
fix: replenish
1 parent 204a67c commit 0514afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/apiCreateApp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export interface App<HostElement = any> {
4949
isSVG?: boolean
5050
): ComponentPublicInstance
5151
unmount(): void
52-
provide<T>(key: InjectionKey<T> | string, value: T): this
52+
provide<T>(key: InjectionKey<T> | string | number, value: T): this
5353

5454
/**
5555
* Runs a function with the app as active instance. This allows using of `inject()` within the function to get access

0 commit comments

Comments
 (0)