forked from drone/command-center-dashboard

罗广辉
2025-03-29 a0b644f13a57157b916b87e9da5745799e75b733
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,
  });
}