mirror of
https://gitee.com/zhijiantianya/yudao-cloud.git
synced 2026-05-14 11:17:48 +00:00
11 lines
173 B
Java
11 lines
173 B
Java
module.exports = {
|
|
presets: ['@vue/app'],
|
|
plugins: [
|
|
[
|
|
'import',
|
|
{ libraryName: 'vant', libraryDirectory: 'es', style: true },
|
|
'vant'
|
|
]
|
|
]
|
|
};
|