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

index.vue « pages « explorer « container_registry « packages_and_registries « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dca63e1a56946470ef074648fe9254627e49c8b4 (plain)
1
2
3
4
5
<template>
  <div>
    <router-view ref="router-view" />
  </div>
</template>