clone 开源的 Shopping
This commit is contained in:
10
mobile-web/babel.config.js
Normal file
10
mobile-web/babel.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
presets: ['@vue/app'],
|
||||
plugins: [
|
||||
[
|
||||
'import',
|
||||
{ libraryName: 'vant', libraryDirectory: 'es', style: true },
|
||||
'vant'
|
||||
]
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user