UNPKG

keep-alive-iframe

Version:

A Vue component for managing iframe lifecycle with keep-alive functionality

45 lines 1.08 kB
{ "name": "keep-alive-iframe", "version": "1.0.22", "description": "A Vue component for managing iframe lifecycle with keep-alive functionality", "main": "./keep-alive-iframe.umd.js", "module": "./keep-alive-iframe.es.js", "types": "./types/index.d.ts", "style": "./keep-alive-iframe.css", "files": [ "*.js", "*.js.map", "*.css", "types/", "README.md" ], "exports": { ".": { "import": "./keep-alive-iframe.es.js", "require": "./keep-alive-iframe.umd.js", "types": "./types/index.d.ts" }, "./style.css": "./keep-alive-iframe.css" }, "keywords": [ "vue", "iframe", "keep-alive", "component", "cache" ], "author": "", "license": "MIT", "homepage": "https://github.com/XinXiaoIsMe/keep-alive-iframe#readme", "repository": { "type": "git", "url": "git+https://github.com/XinXiaoIsMe/keep-alive-iframe.git" }, "bugs": { "url": "https://github.com/XinXiaoIsMe/keep-alive-iframe/issues" }, "peerDependencies": { "vue": "^3.0.0", "@vueuse/core": "^13.0.0" } }