git reflog
ищете хеши потерянных коммитов.git branch new-branch-name hash
git checkout develop
git merge new-branch-name
{
path: '/history/:id',
component: HistoryId,
name: 'historyId',
props: true
}
<router-link
tag="a"
class="button"
:to="{name: 'historyId', params: {id: historyItem.id, date: historyItem.date}}"
>
<script>
export default {
props: ['date'],