-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: remove handlebars #56
Conversation
heenakwag
commented
Dec 5, 2019
•
edited
Loading
edited
- apply tui-code-snippet@2
- apply template of tui-code-snippet
- docs, package.json, webpack ... will be modified after deploying tui-code-snippet@2.2.0 and tui-time-picker@2.0.3
- Test will be passed after applying latest of tui-code-snippet and tui-time-picker
'<div class="tui-calendar">' | ||
+ ' <div class="tui-calendar-header"></div>' | ||
+ ' <div class="tui-calendar-body"></div>' | ||
+ '</div>'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
템플릿 리터럴을 사용할 수 있으면 참 좋겠지만..
이렇게 사용할 수도 있습니다ㅎ
this._container.innerHTM = [
'<div class="tui-calendar">',
'<div class="tui-calendar-header"></div>',
'<div class="tui-calendar-body"></div>',
'</div>'
].join('');
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리뷰 완료입니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[12/6] 리뷰 완료합니다. 고생 많으셨어요 👍 빌드 실패는 나중에 꼭 확인해주세요!
1dd3b1a
to
0e3410a
Compare