How do I keep the selected answers in this Vue quiz application?-Twitter bootstrap
I am building a quiz app with Vue 3 and Bootstrap 4. The quiz can be navigated in both directions (there is a nextQuestion method and a prevQuestion method). Ideally, I will turn this into a full-stack app, with the…