yangys
2025-08-23 4538b67070a6acab27d856c778fd6991003e319b
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,
  });
}