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

ci_lint_results.vue « components « ci_lint « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9fd1bd30c49a473484799cfe23aa0fca6c785a45 (plain)
1
2
3
4
5
6
7
8
9
<script>
export default {
  props: {},
};
</script>

<template
  ><div></div
></template>