📜  vuejs 列出来自 axios 的项目 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:08.292000             🧑  作者: Mango

代码示例1
  • {{food.name}}

    • {{nutrient.nutrient_id}}
axios.get(url).then(response => { this.foods = response.data.report.foods })