Set initial value of input in vue.js formulate to data from database – PHP
I try to fetch data from a mySQL database using Axios to set the initial values of a form input generated with vue.js-formulate. Here is my script where I want to set the initial value of "question1": new Vue({ el:…