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