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