feat(types): update to Typescript 3.9 (#1106)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { ref, computed, watch } from './index'
|
||||
import { expectType } from 'tsd'
|
||||
import { ref, computed, watch, expectType } from './index'
|
||||
|
||||
const source = ref('foo')
|
||||
const source2 = computed(() => source.value)
|
||||
|
||||
Reference in New Issue
Block a user