diff --git a/packages/runtime-core/src/apiCreateApp.ts b/packages/runtime-core/src/apiCreateApp.ts index c1e0538c..4e3079e4 100644 --- a/packages/runtime-core/src/apiCreateApp.ts +++ b/packages/runtime-core/src/apiCreateApp.ts @@ -241,7 +241,7 @@ export function createAppAPI( provide(key, value) { if (__DEV__ && key in context.provides) { warn( - `App already provides property with key "${key}". ` + + `App already provides property with key "${String(key)}". ` + `It will be overwritten with the new value.` ) }