How to use VUE.JS to realize research question and answer on mobile phone

now want to implement a questionnaire question answering system. The current framework uses vue.js and mint-ui
if you click the "No" radio option, it will jump to the specified question.
if you select Yes, continue to answer the question.
I don"t know how to implement it through vuejs or mint-ui. Please give me some advice.

clipboard.png

Apr.07,2021

consider whether dynamic components


are anchor points? Consider using anchor positioning to try


this has nothing to do with vue.

is mainly state control, data-driven and then drives the view based on the data (current question).

then it is recommended that you use fsm (finite state machine)

Menu