Amazon web services – Vue3 Composition API <script setup> variable to use in template
I keep finding documentation that says variables defined in the <script setup> can be used in the template, but I can't seem to get this (seemingly simple) piece of code to work. Pulling the 'username' (which is the UUID) from…