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