axios数据请求/MVVM/MVC

2018-01-19  本文已影响54人  007_2278

知识点

axios数据请求 {:&.flexbox.vleft}

axios.get('http://api.openweathermap.org/data/2.5/forecast/daily?q=Beijing&appid=7c5219469d1d3aa869d2599559d26fc1&lang=zh_cn')
    .then(function (response) {
      console.log(response);
    })
    .catch(function (error) {
      console.log(error);
    });

MVVM/MVC

MVC

MVVM

Vue和MVVM的暧昧关系

补充内容

上一篇 下一篇

猜你喜欢

热点阅读