0.1.4 • Published 4 years ago

@zhengxs/vue-hooks-compat v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@zhengxs/vue-hooks-compat

code style: prettier NPM version NPM downloads License

注意

在 vue2 中使用前必须先安装 @vue/composition-api 这个模块。

基于 @vue/composition-api 开发的 hooks 插件,如果是 vue3 请直接使用 @zhengxs/vue-hooks

📦 安装

$ npm install @zhengxs/vue-hooks-compat --save

Hooks 列表

  • UI 状态
    • useList 分页列表
    • useForm 表单逻辑
  • 网络请求
    • useAxios 基于 axios 封装

License

  • MIT