Create milestone component for sidebar


We have two different implementations for the labels block in the sidebar:
- issues / merge requests: `app/views/shared/issuable/_sidebar.html.haml`
- issue board: `app/views/shared/boards/components/sidebar/_milestone.html.haml`+ `app/assets/javascripts/boards/components/board_sidebar.js`
We should create a Vue component that we can reuse for both places.
issue