UNPKG

vue-router-webcache

Version:

Enable vue-router routing for google webcache(and same caches)

5 lines (4 loc) 234 B
import type { RouterOptions } from 'vue-router4'; import { CacheUrl } from './config'; declare const _default: (routerOptions: RouterOptions, additionalCacheList?: CacheUrl[]) => import("vue-router4").Router; export default _default;