dashboard
repositories
filestore
activity
search
login
main
/
expertSystem
应急管理厅专家管理系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
更新
马宇豪
2024-11-26
75f6a814525dfd3b19e359a3dfa3de3e9226f32d
[expertSystem.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
})
}