This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
chenJinxu
/
HealthStudentWeb
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
修改文件
test
chenJinxu
11 달 전
부모
24a353e8e1
커밋
dfbe509482
1개의 변경된 파일
과
11개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-1
babel.config.js
+ 11
- 1
babel.config.js
파일 보기
@@ -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…
취소
저장