vuejs / test-utils

Vue Test Utils for Vue 3
https://test-utils.vuejs.org
MIT License
1.04k stars 244 forks source link

TypeError: Cannot read properties of undefined (reading 'row') #2156

Closed black927 closed 1 year ago

black927 commented 1 year ago

访问scope里面的row属性报类型错误,为什么?怎么解决呢?类似这种类型错误还有很多: image

cexbrayat commented 1 year ago

Can you provide us a small repro online using https://stackblitz.com/github/vuejs/create-vue-templates/tree/main/typescript-vitest?file=src%2Fcomponents%2F__tests__%2FHelloWorld.spec.ts ?

It only takes a few minutes, and we'll be able to take a look

cexbrayat commented 1 year ago

We did not hear back from the OP, so I'm going to close the issue.

@black927 feel free to ping me with a repro and we'll reopen it if necessary!