You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
The idea is to be able to loop creation of props using the @prop decorator.
Without decorator, it would be done like this:
Describe the solution you'd like
We only want to rename the name of the prop while keeping all his property. This way, having something similar to this would be interesting:
Describe alternatives you've considered
Haven't found any yet, that's why I came here to describe my idea.
Additional context
I like Vue, but I found it way cleaner with the use of vue-class-component which makes this repository very useful. It would be nice to implement such a feature to fully get rid of the non-class component way of codding.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is your feature request related to a problem? Please describe.
The idea is to be able to loop creation of props using the @prop decorator.
Without decorator, it would be done like this:
With something like this:
Describe the solution you'd like
We only want to rename the name of the prop while keeping all his property. This way, having something similar to this would be interesting:
This would be similar to having the code below, but with less line of code, which is always nice for cleaner code / readibilty.
Describe alternatives you've considered
Haven't found any yet, that's why I came here to describe my idea.
Additional context
I like Vue, but I found it way cleaner with the use of vue-class-component which makes this repository very useful. It would be nice to implement such a feature to fully get rid of the non-class component way of codding.
The text was updated successfully, but these errors were encountered: