I'm new in Vue, and I'm trying to enable code style inside a <script>
block in WebStorm, and in the settings everything is correct, but the style still doesn't work inside the <script>
tag.
How can I fix this?
These are my code style settings:
And this is my code:
I'm using vue-cli.
I'll be thankful for help!