mountSuspended
fails to pass attributes when inheritAttrs
is false
#1092
Labels
mountSuspended
fails to pass attributes when inheritAttrs
is false
#1092
Environment
Reproduction
https://stackblitz.com/~/github.com/romhml/nuxt-test-repro
Describe the bug
Hi! There seems to be an issue when using
mountSuspended
on a component withdefineOptions({ inheritAttrs: false })
where attributes bound usingv-bind="$attrs"
are missing.For instance with this component:
The first test below using
mountSuspended
will fail because the attribute is missing, whereas the test usingmount
from@vue/test-utils
works as expected.Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: