|
|
@@ -15,7 +15,9 @@ import {
|
|
|
isObject,
|
|
|
isArray,
|
|
|
NOOP,
|
|
|
- isPromise
|
|
|
+ isPromise,
|
|
|
+ LooseRequired,
|
|
|
+ UnionToIntersection
|
|
|
} from '@vue/shared'
|
|
|
import { computed, isRef, Ref } from '@vue/reactivity'
|
|
|
import {
|
|
|
@@ -60,7 +62,6 @@ import {
|
|
|
import { warn } from './warning'
|
|
|
import { VNodeChild } from './vnode'
|
|
|
import { callWithAsyncErrorHandling } from './errorHandling'
|
|
|
-import { LooseRequired, UnionToIntersection } from './helpers/typeUtils'
|
|
|
import { deepMergeData } from './compat/data'
|
|
|
import { DeprecationTypes } from './compat/compatConfig'
|
|
|
import {
|