体检
This commit is contained in:
parent
f01ee84bfe
commit
474dbd795e
@ -25,6 +25,7 @@ module.exports = defineConfig({
|
||||
'@unocss'
|
||||
],
|
||||
rules: {
|
||||
'@typescript-eslint/no-this-alias': 'off',
|
||||
'vue/no-setup-props-destructure': 'off',
|
||||
'vue/script-setup-uses-vars': 'error',
|
||||
'vue/no-reserved-component-names': 'off',
|
||||
|
||||
@ -68,7 +68,9 @@
|
||||
"steady-xml": "^0.1.0",
|
||||
"url": "^0.11.3",
|
||||
"video.js": "^7.21.5",
|
||||
"viewerjs": "^1.11.7",
|
||||
"vue": "3.5.12",
|
||||
"vue-cropper": "^1.1.4",
|
||||
"vue-dompurify-html": "^4.1.4",
|
||||
"vue-i18n": "9.10.2",
|
||||
"vue-router": "4.4.5",
|
||||
|
||||
12911
pnpm-lock.yaml
12911
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -42,6 +42,12 @@ import Logger from '@/utils/Logger'
|
||||
|
||||
import VueDOMPurifyHTML from 'vue-dompurify-html' // 解决v-html 的安全隐患
|
||||
|
||||
//引入VueCropper
|
||||
import 'vue-cropper/dist/index.css'
|
||||
|
||||
//引入viewerjs
|
||||
import 'viewerjs/dist/viewer.css'
|
||||
|
||||
// 创建实例
|
||||
const setupAll = async () => {
|
||||
const app = createApp(App)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user