feat: 处理页面报错

This commit is contained in:
Tim
2025-08-07 21:18:21 +08:00
parent d19cfc0797
commit 9c59277023
12 changed files with 12 additions and 35 deletions

View File

@@ -8,14 +8,14 @@
"start": "nuxt start"
},
"dependencies": {
"cropperjs": "^1.6.2",
"echarts": "^5.6.0",
"highlight.js": "^11.11.1",
"ldrs": "^1.0.0",
"markdown-it": "^14.1.0",
"nuxt": "latest",
"cropperjs": "^1.6.2",
"echarts": "^5.6.0",
"vue-echarts": "^7.0.3",
"vditor": "^3.11.1",
"vue-easy-lightbox": "^1.19.0",
"vditor": "^3.11.1"
"vue-echarts": "^7.0.3"
}
}