I need to run one function after another in VueJs
methods: { fetchData() { axios.get(\'/api/get-data\') .then(res => {