UNPKG

vue-router-webcache

Version:

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

6 lines (5 loc) 424 B
import Router from 'vue-router'; export { defaultCacheUrls, CacheUrl } from './config'; export * from './utils'; declare const getRouter: ((routerOptions: import("vue-router").RouterOptions, additionalCacheList?: import("./config").CacheUrl[]) => Router) | ((routerOptions: import("vue-router4").RouterOptions, additionalCacheList?: import("./config").CacheUrl[]) => import("vue-router4").Router); export default getRouter;