@vueuse/integrations
This is an add-on of VueUse, providing integration wrappers for utility libraries.
Install
bash
npm i @vueuse/integrationsFunctions
useAsyncValidator— wrapper forasync-validatoruseAxios— wrapper foraxiosuseChangeCase— reactive wrapper forchange-caseuseCookies— wrapper foruniversal-cookieuseDrauu— reactive instance for drauuuseFocusTrap— reactive wrapper forfocus-trapuseFuse— easily implement fuzzy search using a composable with Fuse.jsuseIDBKeyval— wrapper foridb-keyvaluseJwt— wrapper forjwt-decodeuseNProgress— reactive wrapper fornprogressuseQRCode— wrapper forqrcodeuseSortable— wrapper forsortable
Tree-shaking
For better tree-shaking result, import functions from submodules, for example:
ts
// Don't
import { useAxios } from '@vueuse/integrations'
import { useAxios } from '@vueuse/integrations/useAxios'License
MIT License © 2019-PRESENT Anthony Fu