无人机管理后台前端(已迁走)
rjg
2025-04-11 a4e972e5a0353307074abc9bbebb1ca56f802a9f
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,
  });
}