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

ci_catalog_home.vue « components « catalog « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5fe7e8286ec8a3967946050ba2921c5eaea405ef (plain)
1
2
3
4
5
6
7
8
<script>
export default {};
</script>
<template>
  <div>
    <router-view />
  </div>
</template>