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: 19ae3bee64084bc3b4f0b5edc2eee2d9701d7d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
<script>
export default {};
</script>

<template>
  <div>
    <transition name="slide">
      <router-view />
    </transition>
  </div>
</template>