Using Vue 3's Composition API script/setup tag
Mar 15, 2023 · 7 min read · In this article, we will review a Vue application that uses much of the Composition API's functionality, and in so doing we will not employ the Options API. Nor will we use the setup() function, but rather the following script and attribute pairing t...
Join discussion