摘要: 使用 npm: $ npm install axios // 为给定 ID 的 user 创建请求 axios.get('/user?ID=12345') .then(function (response) { console.log(response); }) .catch(function (e 阅读全文
posted @ 2020-02-29 21:53 徐12 阅读(141) 评论(0) 推荐(0) 编辑
摘要: import VueCookies from 'vue-cookies' Vue.use(VueCookies) $cookies.config() 设置默认值 $cookies.config(expireTimes, path) $cookies.set() $cookies.set(key, v 阅读全文
posted @ 2020-02-29 21:50 徐12 阅读(888) 评论(0) 推荐(0) 编辑