liangjin
2021-04-01 423acbcecdfd0e50f7b3311245c41948a418029c
1
2
3
4
5
6
7
8
9
module.exports = {
    plugins: [
        ['import', {
            libraryName: 'vant',
            libraryDirectory: 'es',
            style: true
        }, 'vant']
    ]
};