chore: update test

This commit is contained in:
daiwei 2025-04-08 15:19:42 +08:00
parent 305a0e8b89
commit f83ab96bca
1 changed files with 1 additions and 1 deletions

View File

@ -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() {