aboutsummaryrefslogtreecommitdiff
path: root/src/components/list
Commit message (Collapse)AuthorAge
* eslint --fix --ext .js,.vue srcHenry Jameson2019-07-05
|
* add header to selectable-list componenttaehoon2019-04-17
|
* remove border-bottom of the last list itemtaehoon2019-04-17
|
* show empty slot only if it has contenttaehoon2019-04-17
|
* let not selectable-list know about getKey proptaehoon2019-04-17
|
* clean uptaehoon2019-04-17
|
* refactor selectable-list using list componenttaehoon2019-04-17
|
* add border-bottom style to the list component as welltaehoon2019-04-17
|
* use reusable List vue component instead of withList hoctaehoon2019-04-17
Using slot is the preferred way in vue