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