Can you use Pinia in Composition API's <script setup> tags?

Background I’m creating an App in Vue3 using Composition API. I decided to use <script setup> tags for all my components and views because I wanted to use the most up to date syntax for my app in Vue3’s Composition API. Confusion However, when looking through the docs, I noticed that Pinia is designed to… Read More Can you use Pinia in Composition API's <script setup> tags?