Add image preview with vue-easy-lightbox

This commit is contained in:
Tim
2025-07-14 19:54:24 +08:00
parent fbe63b3943
commit 5625868c91
4 changed files with 67 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "open-isle-cli",
"name": "OpenIsle",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "open-isle-cli",
"name": "OpenIsle",
"version": "0.1.0",
"dependencies": {
"core-js": "^3.8.3",
@@ -13,6 +13,7 @@
"markdown-it": "^14.1.0",
"vditor": "^3.8.7",
"vue": "^3.2.13",
"vue-easy-lightbox": "^1.19.0",
"vue-router": "^4.5.1",
"vue-toastification": "^2.0.0-rc.5"
},
@@ -11343,6 +11344,18 @@
}
}
},
"node_modules/vue-easy-lightbox": {
"version": "1.19.0",
"resolved": "https://registry.npmjs.org/vue-easy-lightbox/-/vue-easy-lightbox-1.19.0.tgz",
"integrity": "sha512-YxLXgjEn91UF3DuK1y8u3Pyx2sJ7a/MnBpkyrBSQkvU1glzEJASyAZ7N+5yDpmxBQDVMwCsL2VmxWGIiFrWCgA==",
"license": "MIT",
"engines": {
"node": ">=14.18.3"
},
"peerDependencies": {
"vue": "^3.0.0"
}
},
"node_modules/vue-eslint-parser": {
"version": "8.3.0",
"resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-8.3.0.tgz",