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
As you can see there is no indentation immediately after the <script> tag, so the top level JS code starts from the very first column.
However, for me, it forces an indentation to make the code look like this:
<script>
import Counter from './components/counter.vue'
...
</script>
The same happens for CSS.
The text was updated successfully, but these errors were encountered:
From the instructions:
As you can see there is no indentation immediately after the
<script>
tag, so the top level JS code starts from the very first column.However, for me, it forces an indentation to make the code look like this:
The same happens for CSS.
The text was updated successfully, but these errors were encountered: