dashboard
repositories
filestore
activity
search
login
mayh
/
fireworkEnterpriseSideWeb
forked from
fireworkEnterpriseSideWeb
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
接口对接
zhouwx
2025-04-15
f2593d3cf80998a831d07cc94ac49e4f51b04429
[~mayh/fireworkEnterpriseSideWeb.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
})
}