@ifun-vue3/hooks
v0.1.2
Published
The vue3 common hooks.
Downloads
6
Readme
🚀 Features
- Support vue3.
- Strong Type.
- Easy to use.
🦄 Usage
Install.
npm i @ifun-vue3/hooksUsing.
import { useFetchStream } from '@ifun-vue3/hooks'
const { stop, status } = useFetchStream(url);