Skip to content

Commit

Permalink
drag and drop 이미지 컴포넌트 / slot 이용 예제 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangJoo-Park committed Jan 19, 2017
1 parent 8cb71d9 commit 38e955d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ Vue가 포함된 [JsFiddle](https://jsfiddle.net/changjoo_park/bs3Lx0Lq/)에서
- [Vue.$nextTick을 이용한 UI갱신 예제](https://jsfiddle.net/devjin0617/pgscu4q3/) - [@devjin0617](https://github.com/devjin0617)
- [글로벌 / 로컬 컴포넌트 사용 방법](https://jsfiddle.net/changjoo_park/dh2u3bye/) - [@changjoo-park](https://github.com/ChangJoo-Park/)
- [drag이벤트를 이용한 파일 드래그앤드롭 사용 예제](https://jsfiddle.net/devjin0617/b9zr4w98/) - [@devjin0617](https://github.com/devjin0617)
- [drag이벤트를 이용한 드래그 앤 드롭이 가능한 이미지 컴포넌트](https://jsfiddle.net/changjoo_park/gjk2tqs5/) - [@changjoo-park](https://github.com/ChangJoo-Park/)
- [slot을 이용한 폼 헬퍼](https://jsfiddle.net/changjoo_park/god12gok/) - [@changjoo-park](https://github.com/ChangJoo-Park/)

7 comments on commit 38e955d

@ChangJoo-Park
Copy link
Member Author

@ChangJoo-Park ChangJoo-Park commented on 38e955d Jan 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아무 생각없이 그냥 푸시를 해버렸네요
정책이 정해지기전까지 이해 해주세요 ㅠㅠ

@devjin0617
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChangJoo-Park 최초에 해당 프로젝트를 만드셨으니깐 말씀하신대로 정책이 정해지기까지는 상관없지 않을까요?
음, 그런데 드래그앤드롭이 좋을까요? 드래그 앤 드롭이 좋을까요?

@ChangJoo-Park
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 저는 아무 생각 없이 단어니까 띄어 쓰기를 했어요
저는 올려주신 분의 원본을 존중해요 의미만 맞으면 되지 않을까요

@devjin0617
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

존중까지야 ^^;;
넵! 의미만 맞으면 상관없을 것 같습니다!

@ChangJoo-Park
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ㅋㅋ 거창한가요
완전 오타같은거만 아니면 뭐..
올려 주실 때 신중하게 적어주셨을거라 생각해서요 그걸 제 기준에 맞춰서 바꾸면 안될 거 같아요

@devjin0617
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

신중하게 적지는 않았습니다만.... 이러한 논의들이 차곡차곡 쌓이면 커뮤니티가 잘 정착되지 않을까라는 의미에서 언급해보았었습니다 : )
해당 내용도 참고자료로 이슈 #15 에 언급되도록 하겠습니다.

@ChangJoo-Park
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네 감사합니다 ㅋㅋ 제가 이런걸 잘 못해요

Please sign in to comment.