mirror of https://github.com/vuejs/core.git
chore: update test
This commit is contained in:
parent
305a0e8b89
commit
f83ab96bca
|
@ -694,7 +694,7 @@ describe('api: template ref', () => {
|
|||
|
||||
const views: Record<string, VaporComponent> = { child: Child }
|
||||
const view = ref('child')
|
||||
const refKey = ref<InstanceType<any>>(null)
|
||||
const refKey = ref<any>(null)
|
||||
|
||||
const { html } = define({
|
||||
setup() {
|
||||
|
|
Loading…
Reference in New Issue