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