dashboard
repositories
filestore
activity
search
login
jagzwxm
/
ja_web
吉安感知网项目-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:添加判断
张含笑
2026-01-21
f62b5dccd3fbd23ff9353f4e7ea5e6d18aa54946
[jagzwxm/ja_web.git]
/
applications
/
task-work-order
/
vite
/
plugins
/
auto-import.js
1
2
3
4
5
6
7
8
import autoImport from 'unplugin-auto-import/vite';
export default function createAutoImport() {
return autoImport({
imports: ['vue', 'vue-router', 'vuex'],
dts: false,
});
}