Miłosz Mandowski
Miłosz Mandowski
ok, I found it. `ComponentOptions` are based on generics. And every generic is taken almost literraly, except for Computed's, that are wrapped in another generic `Accessor` AND mapped with index...
@Soresu props are also deeply nested in generics and mapped with index signatures.  I'm only guessing, but you aren't not using `type: ...` field. This is where you declare...
I had similar problem with `yarn 1.x`, what helped me was recreating `yarn.lock`
I had the same problem when using it a a component v-model only (without input) on Firefox ```ts const model = defineModel() function onClick() { model.value = 'new_value' console.log(model.value) //...
@pi0 could I help with that? I would be happy to contribute if I knew more details 😄