This is an add-on of VueUse, providing integration wrappers for utility libraries.
npm i @vueuse/integrations
useAsyncValidator
— wrapper for async-validator
useAxios
— wrapper for axios
useChangeCase
— reactive wrapper for change-case
useCookies
— wrapper for universal-cookie
useDrauu
— reactive instance for drauuuseFocusTrap
— reactive wrapper for focus-trap
useFuse
— easily implement fuzzy search using a composable with Fuse.jsuseIDBKeyval
— wrapper for idb-keyval
useJwt
— wrapper for jwt-decode
useNProgress
— reactive wrapper for nprogress
useQRCode
— wrapper for qrcode
useSortable
— wrapper for sortable
For better tree-shaking result, import functions from submodules, for example:
// Don't
import { useAxios } from '@vueuse/integrations'
import { useAxios } from '@vueuse/integrations/useAxios'
MIT License © 2019-PRESENT Anthony Fu