]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
feat(types): export `ErrorTypes` (#840)
authorlikui <2218301630@qq.com>
Sun, 15 Mar 2020 15:40:58 +0000 (23:40 +0800)
committerGitHub <noreply@github.com>
Sun, 15 Mar 2020 15:40:58 +0000 (11:40 -0400)
packages/runtime-core/src/index.ts

index 9717174bbe3ecba879574c140bf06e23d252974a..4fbf060e9f755af87b35f6e588c7aa63de5010bd 100644 (file)
@@ -74,7 +74,8 @@ export { warn } from './warning'
 export {
   handleError,
   callWithErrorHandling,
-  callWithAsyncErrorHandling
+  callWithAsyncErrorHandling,
+  ErrorCodes
 } from './errorHandling'
 export {
   useTransitionState,