keep-alive-vue3
Version:
Extend vue3 keep-alive and router-view, add the function of automatically judging whether to use the cache.
25 lines (24 loc) • 541 B
JSON
{
"name": "keep-alive-vue3",
"version": "1.2.4",
"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/keep-alive-vue3#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/deep-fish-pixel/keep-alive-vue3.git"
}
}