yangys
2025-08-22 c1343ffa4bb95941a70ceb8bc64e72d8a982b873
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,
  });
}