Skip to content

Commit 8e2a13a

Browse files
committed
fix(vueuse): remove unavailable functions
1 parent 7fbc02f commit 8e2a13a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/vueuse/src/index.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ export {
2828
createFilterWrapper,
2929
createGlobalState,
3030
type CreateGlobalStateReturn,
31-
createInjectionState,
32-
type CreateInjectionStateOptions,
33-
type CreateInjectionStateReturn,
3431
createReactiveFn,
3532
createRef,
3633
type CreateRefReturn,
@@ -58,7 +55,6 @@ export {
5855
type FunctionArgs,
5956
type FunctionWrapperOptions,
6057
get,
61-
getLifeCycleTarget,
6258
hasOwn,
6359
hyphenate,
6460
identity,
@@ -67,7 +63,6 @@ export {
6763
type IgnoredPrevAsyncUpdates,
6864
type IgnoredUpdater,
6965
increaseWithUnit,
70-
injectLocal,
7166
type InstanceProxy,
7267
invoke,
7368
type IsAny,
@@ -95,8 +90,6 @@ export {
9590
promiseTimeout,
9691
type Promisify,
9792
type PromisifyFn,
98-
provideLocal,
99-
type ProvideLocalReturn,
10093
pxValue,
10194
rand,
10295
type Reactified,
@@ -148,11 +141,6 @@ export {
148141
toRef,
149142
toRefs,
150143
type ToRefsOptions,
151-
tryOnBeforeMount,
152-
tryOnBeforeUnmount,
153-
tryOnMounted,
154-
tryOnScopeDispose,
155-
tryOnUnmounted,
156144
until,
157145
type UntilArrayInstance,
158146
type UntilBaseInstance,

0 commit comments

Comments
 (0)