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

index.vue « pages « explorer « registry « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ac0bca84c1274abdcb3e22beb9e1c813e3a0bd2 (plain)
1
2
3
4
5
6
7
8
9
<script>
export default {};
</script>

<template>
  <div>
    <router-view ref="router-view" />
  </div>
</template>