Miłosz Mandowski

Results 15 comments of 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. ![image](https://user-images.githubusercontent.com/21238469/77265603-69dd5680-6c9d-11ea-83fb-d388b1fbd80a.png) 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 😄