dashboard
repositories
filestore
activity
search
login
main
/
signSafetyResponsibilityAgreement
安全责任书签署系统-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
bug修改
zhouwx
2025-03-26
915aa9658845f54442ccf2eeb0cc60e97323e808
[signSafetyResponsibilityAgreement.git]
/
vite
/
plugins
/
auto-import.js
1
2
3
4
5
6
7
8
9
10
11
12
import autoImport from 'unplugin-auto-import/vite'
export default function createAutoImport() {
return autoImport({
imports: [
'vue',
'vue-router',
'pinia'
],
dts: false
})
}