router-view-keep-alive
Version:
Extend vue3 keep-alive and router-view, add the function of automatically judging whether to use the cache.
25 lines (24 loc) • 562 B
JSON
{
"name": "router-view-keep-alive",
"version": "1.2.3",
"keywords": [
"vue3",
"keep-alive",
"router-view",
"cache"
],
"scripts": {
"build": "rollup --config --bundleConfigAsCjs",
"pub": "npm run build && npm publish"
},
"main": "./lib/main.js",
"dependencies": {
"vue": "^3.0.0",
"vue-router": "^4.0.0-0"
},
"homepage": "https://github.com/deep-fish-pixel/router-view-keep-alive#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/deep-fish-pixel/router-view-keep-alive.git"
}
}