sort-js-object-keys
sort-js-object-keys copied to clipboard
Doesn't sort some objects in .vue files
Hello there 🤗
would be cool if this could sort javascript objects like in Vue.js:
{
...mapState('A', ['B']),
computeSeries() {},
}
I have encountered the very same Problem today. The sorting doesn't work inside a Vue Single File Component, although the object to sort is between <script> tag. Any update on this one?