refactor: rename reactivity package name and APIs

This commit is contained in:
Evan You
2019-06-11 23:50:28 +08:00
parent 07403c9aba
commit 471899af8b
31 changed files with 342 additions and 342 deletions

View File

@@ -1,5 +1,5 @@
import { createComponent } from '../src/component'
import { value } from '@vue/observer'
import { value } from '@vue/reactivity'
import { PropType } from '../src/componentProps'
test('createComponent type inference', () => {