Skip to content

Commit

Permalink
chore: avoid rollup plugin ts warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 9, 2021
1 parent f822168 commit c803eb1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/reactivity/src/ref.ts
@@ -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'

Expand Down

0 comments on commit c803eb1

Please sign in to comment.