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

index.vue « pages « harbor_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: ca0261f10367ad54ce60b5c7d50e467d486a2f28 (plain)
1
2
3
4
5
6
<!-- eslint-disable vue/multi-word-component-names -->
<template>
  <div>
    <router-view ref="router-view" />
  </div>
</template>