From: Yang Mingshan Date: Mon, 23 Mar 2020 15:11:27 +0000 (+0800) Subject: types(watch): export watchEffect types (#866) X-Git-Tag: v3.0.0-alpha.10~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dff2fbab93d1eea3c6d836d0c76d072bd3bce046;p=thirdparty%2Fvuejs%2Fcore.git types(watch): export watchEffect types (#866) --- diff --git a/packages/runtime-core/src/index.ts b/packages/runtime-core/src/index.ts index 2f3b654380..9ca4ecd1f3 100644 --- a/packages/runtime-core/src/index.ts +++ b/packages/runtime-core/src/index.ts @@ -147,6 +147,8 @@ export { } from '@vue/reactivity' export { // types + WatchEffect, + BaseWatchOptions, WatchOptions, WatchCallback, WatchSource,