yangys
2025-08-26 dd4e133fbe3402cb62d657491c44628280bb4f56
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,
  });
}