Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 212 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 212 Bytes

介绍

Vue3的compositionApi库

特点

  • 易于使用.
  • 由 TS 编写,完整的类型推导.

安装

yarn add zcomposition

使用

import { useRequest } from 'zcomposition';