Welcome to mirror list, hosted at ThFree Co, Russian Federation.

timeline_entry_item.vue « notes « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f316c4fe1129ad16dd5a4223ef75fe92517f8d8b (plain)
1
2
3
4
5
<template>
  <li class="timeline-entry">
    <div class="timeline-entry-inner"><slot></slot></div>
  </li>
</template>