UNPKG

vue-swr-plus

Version:

SWR (stale-while-revalidate) for Vue

5 lines (4 loc) 132 B
import { Plugin } from 'vue'; import { useSWR } from './useSWR'; declare const SWRPlugin: Plugin; export { SWRPlugin, useSWR };