From: tryag <40431305+Notryag@users.noreply.github.com> Date: Tue, 21 Sep 2021 16:35:42 +0000 (+0800) Subject: chore: fix type in compatConfig.ts (#4604) [ci skip] X-Git-Tag: v3.2.13~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f31a6c105db4989f1dfec5866a9aa76fa046c937;p=thirdparty%2Fvuejs%2Fcore.git chore: fix type in compatConfig.ts (#4604) [ci skip] --- diff --git a/packages/runtime-core/src/compat/compatConfig.ts b/packages/runtime-core/src/compat/compatConfig.ts index b2d130cb98..c1c32a1fa9 100644 --- a/packages/runtime-core/src/compat/compatConfig.ts +++ b/packages/runtime-core/src/compat/compatConfig.ts @@ -429,7 +429,7 @@ export const deprecationData: Record = { message: name => `"${name}" is a Vue 2 private API that no longer exists in Vue 3. ` + `If you are seeing this warning only due to a dependency, you can ` + - `suppress this warning via { PRIVATE_APIS: 'supress-warning' }.` + `suppress this warning via { PRIVATE_APIS: 'suppress-warning' }.` } }