From: likui <2218301630@qq.com> Date: Sun, 15 Mar 2020 15:40:58 +0000 (+0800) Subject: feat(types): export `ErrorTypes` (#840) X-Git-Tag: v3.0.0-alpha.9~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=760c3e0fd67f6360995cdbb125f9eae4e024f3af;p=thirdparty%2Fvuejs%2Fcore.git feat(types): export `ErrorTypes` (#840) --- diff --git a/packages/runtime-core/src/index.ts b/packages/runtime-core/src/index.ts index 9717174bbe..4fbf060e9f 100644 --- a/packages/runtime-core/src/index.ts +++ b/packages/runtime-core/src/index.ts @@ -74,7 +74,8 @@ export { warn } from './warning' export { handleError, callWithErrorHandling, - callWithAsyncErrorHandling + callWithAsyncErrorHandling, + ErrorCodes } from './errorHandling' export { useTransitionState,