The Vue script setup syntax lets you clean up your Vue script area when you're using the Composition API. Variables and imports are automatically shared with your template, there's less boilerplate code, and it's faster in runtime performance!
In this series, we'll cover everything you need to know about working with the script setup syntactic sugar.