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

app.vue « components « work_items « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a14d0c32cbe04a9e063c6fa1439440c2906ea45c (plain)
1
2
3
4
5
<template>
  <div>
    <router-view />
  </div>
</template>