chore: use consistent file naming

This commit is contained in:
Evan You
2021-07-07 14:37:28 -04:00
parent eae7c247af
commit 979a841946
4 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import { TrackOpTypes, TriggerOpTypes } from './operations'
import { isArray, isObject, hasChanged } from '@vue/shared'
import { reactive, isProxy, toRaw, isReactive } from './reactive'
import { CollectionTypes } from './collectionHandlers'
import { createDep, Dep } from './Dep'
import { createDep, Dep } from './dep'
export declare const RefSymbol: unique symbol