[Idea] Vue sorting prop types
hi, i dont know its right place to post this but whats about sorting prop objects
as example
i have
prop1: {
type: String,
required:true
},
prop2: {
required:true,
type: String
}
after Save:
prop1: {
type: String,
required:true
},
prop2: {
type: String,
required:true
}
i looked for uservoice but couldn't find anything
Please sign in to leave a comment.
Please vote for https://youtrack.jetbrains.com/issue/WEB-45243 to be notified on any progress with this feature
thanks