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

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