how do I get one quote to show instead of all API in vue3 script setup?
js and Im using composition API with script setup. Im doing a simple quote generator and fetching API. Its just that I get ALL quotes to show when I press the button. How can I do so only one random quote shows at the time? <template> <div class="about"> <div> <h1 class="mb-6">This is a random Blog… Read More how do I get one quote to show instead of all API in vue3 script setup?