Vue JS:如何在Vue js中创建表以从json api检索数据。

时间:2018-12-08 22:25:49

标签: javascript vue.js vue-component

希望在Vue JS中更改当前的HTML视图。 格式化当前的HTML视图: enter image description herehttps://codepen.io/numerical/pen/JvWMMR

中找到
    data: {
    activePage: 0,
    baseUrl: 'https://api.iextrading.com/1.0/stock/market/batch',
    chunkSize: 5,
    filters: ['change', 'changePercent', 'companyName','latestPrice',            'marketCap'],
    lastUpdated: false,
    quotes: [],
    refreshInterval: 60,
    symbols: [],
    transitioning: false,
    updateLoop: false
},

,并通过获取/检索json数据使其类似于此表。 提前谢谢! enter image description herehttps://codepen.io/bertog/pen/EjmpXm

中找到
      <td>{{quotes}}</td>
      <td>{{symbols []}}</td>

0 个答案:

没有答案