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

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