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