1.1.1 • Published 6 years ago

lt-xhr v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Introduction

axios + lru-cache

install

yarn add axios 
yarn add lru-cache 
yarn add lt-xhr

usage

import xhr, { Xhr } from 'lt-xhr'
class TestSrv {
  getList(id) {
    return xhr({
      url: `/test`,
      cache: true, // 缓存
      params: {
        id,
      },
    });
  }
}
1.1.1

6 years ago

1.1.10

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago