深海科学与工程研究所安全巡检系统
祖安之光
2026-04-10 70d6b00181e291c342df11c9e3d95451768f455d
1
2
3
4
5
6
7
8
9
10
11
12
import autoImport from 'unplugin-auto-import/vite'
 
export default function createAutoImport() {
    return autoImport({
        imports: [
            'vue',
            'vue-router',
            'pinia'
        ],
        dts: false
    })
}