兰宝车间质量管理系统-前端
疯狂的狮子Li
2023-03-21 4a5ba86e3865aae9c88b17e51e29ba3eabf912ac
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
    })
}