update web

This commit is contained in:
全栈小学生 2024-06-15 15:44:52 +08:00
parent 57f185994f
commit 9bf4dc9830
2 changed files with 1 additions and 11 deletions

View File

@ -22,7 +22,7 @@
import { ref, reactive, computed } from 'vue'
import { getArticleDetail } from '@/app/api/article'
import { ArrowRight } from '@element-plus/icons-vue'
import { nMounted } from 'vue';
import { onMounted } from 'vue';
import { useRoute } from 'vue-router';
const Route = useRoute(); //

10
web/package-lock.json generated
View File

@ -20,7 +20,6 @@
"@types/qrcode": "^1.5.0",
"nuxt": "^3.4.1",
"nuxt-windicss": "^2.6.0",
"qs": "6.7.0",
"sass": "^1.60.0",
"vite-plugin-top-level-await": "^1.3.1",
"vue-i18n": "^9.2.2"
@ -6888,15 +6887,6 @@
"node": ">=6"
}
},
"node_modules/qs": {
"version": "6.7.0",
"resolved": "https://registry.npmmirror.com/qs/-/qs-6.7.0.tgz",
"integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==",
"dev": true,
"engines": {
"node": ">=0.6"
}
},
"node_modules/queue-microtask": {
"version": "1.2.3",
"resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",