antfu/reactivue

[FeatureSuggestion]: Accept object to defineComponent

Dav3rs opened this issue · 0 comments

I think that this would be beautiful code and move reactivue to the next level :)

image

Any other property present in the object could be statically injected instead of later doing

MyComponent.something = 'something'

What do you think?