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 we are composition API with Single-File Components(SFC), <script setup> is strongly recommended for a more succinct and ergonomic syntax.
In the code base, most of vue components use SFC + <script setup> but there are still a few components that don't follow it. Although this does not affect functionality, it's better to modify them to achieve a unified coding style.
As we are composition API with Single-File Components(SFC), <script setup> is strongly recommended for a more succinct and ergonomic syntax.
In the code base, most of vue components use
SFC + <script setup>
but there are still a few components that don't follow it. Although this does not affect functionality, it's better to modify them to achieve a unified coding style.For example,
Some references:
The text was updated successfully, but these errors were encountered: