安全在线教育平台
祖安之光
2026-05-11 1c4a7493ed74c1043752161f2b607438d172c7f3
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
    })
}