Develop#14
Merged
Merged
Conversation
구버전 IE에서는 개발자 도구가 열려있지 않을 때 console 객체를 사용할 수 없습니다. 따라서 오류가 발생하고, 이 때문에 페이지의 스크립트가 의도치 않게 멈출 수 있습니다. 이점을 수정합니다.
unregisterApp은 인수로 sApp을 요구하나 빈 인수를 전달하여 스크립트 오류가 발생하는 부분을 수정합니다.
데모 슬라이더만 정상 동작하고 사용자 슬라이더는 동작하지 않는 문제를 수정합니다.
#1609 잘못된 unregisterApp 사용 제거
파일 업로더 main.js 파일의 console.log 삭제
누락된 슬라이더 클래스 swiper-slide 추가
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.