zhaoxiaoqiang
2022-08-04 b5696096ae9d287310d1656e3a28e6133aa49d0e
1
2
3
4
5
6
7
8
9
module.exports = {
    plugins: [
        ['import', {
            libraryName: 'vant',
            libraryDirectory: 'es',
            style: true
        }, 'vant']
    ]
};