深海科学与工程研究所安全巡检系统
祖安之光
2026-02-26 41fedd7f7c501868d1b61832835db454887bbc47
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
    })
}