mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 14:05:12 +00:00
2.4 KiB
2.4 KiB
@vueuse/integrations
This is an add-on of VueUse, providing integration wrappers for utility libraries.
Install
npm i @vueuse/integrations
Functions
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:
// Don't
import { useAxios } from '@vueuse/integrations'
import { useAxios } from '@vueuse/integrations/useAxios'
License
MIT License © 2019-PRESENT Anthony Fu