我正在学习 vuetifyjs vuejs2,我很难编写通过 vuetify 执行以下操作的代码:
I expect this kind of form on vuetify:
1- a form having its components horizontally
2- these components should only be 3 select boxes, with the submit button
3- having a form which send those selected items to a page
that is where I need your with examples of code on vuetify.
At the end, I should have a form having 3 select boxes filled with their options, with a submit forwarding the result to …