vue3-hooks-plus
v2.4.9
Published
Vue3 Hooks.
Downloads
56
Readme
vue3-hooks-plus
Vue3 Hooks.
📚 Documentation
✨ Features
- Easy to learn and use
- Supports SSR
- Contains a comprehensive collection of basic Hooks
- A wide range of application scenarios
- Written in TypeScript with predictable static types
📦 Install
$ npm install --save vue3-hooks-plus
# or
$ yarn add vue3-hooks-plus
🔨 Usage
import { useRequest } from 'vue3-hooks-plus'