refactor: rename/re-organize files

This commit is contained in:
Evan You
2019-11-02 12:18:35 -04:00
parent abdaf10d88
commit 90b9884eb4
12 changed files with 34 additions and 33 deletions

View File

@@ -27,7 +27,7 @@ import {
callWithAsyncErrorHandling
} from './errorHandling'
import { onBeforeUnmount } from './apiLifecycle'
import { queuePostRenderEffect } from './createRenderer'
import { queuePostRenderEffect } from './renderer'
export type WatchHandler<T = any> = (
value: T,