refactor: rename reactivity package name and APIs
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user