sort-js-object-keys icon indicating copy to clipboard operation
sort-js-object-keys copied to clipboard

Doesn't sort some objects in .vue files

Open tgotwig opened this issue 6 years ago • 1 comments

Hello there 🤗

would be cool if this could sort javascript objects like in Vue.js:

{
    ...mapState('A', ['B']),
    computeSeries() {},
}

tgotwig avatar Aug 08 '19 09:08 tgotwig

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?

kwiat1990 avatar Dec 13 '20 15:12 kwiat1990