This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
chenJinxu
/
HealthStudentWeb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改文件
test
chenJinxu
11 months ago
parent
24a353e8e1
commit
dfbe509482
1 changed files
with
11 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-1
babel.config.js
+ 11
- 1
babel.config.js
View File
@@ -19,5 +19,15 @@ if (IS_PROD) {
module.exports = {
presets: ['@vue/cli-plugin-babel/preset'],
plugins
plugins: [
[
'import',
{
libraryName: 'vant',
libraryDirectory: 'es',
style: true
},
'vant'
]
]
};
Write
Preview
Loading…
Cancel
Save