chore: avoid rollup plugin ts warning

This commit is contained in:
Evan You 2021-10-09 18:06:12 -04:00
parent f8221682fe
commit c803eb15ec

View File

@ -1,13 +1,8 @@
import { isTracking, trackEffects, triggerEffects } from './effect'
import { TrackOpTypes, TriggerOpTypes } from './operations'
import { isArray, hasChanged } from '@vue/shared'
import {
isProxy,
toRaw,
isReactive,
toReactive,
ShallowReactiveMarker
} from './reactive'
import { isProxy, toRaw, isReactive, toReactive } from './reactive'
import type { ShallowReactiveMarker } from './reactive'
import { CollectionTypes } from './collectionHandlers'
import { createDep, Dep } from './dep'