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

ci_lint.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: 135d02e4f7632ccb2a05d23297fbb2ea85e77a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<script>
export default {
  props: {
    endpoint: {
      type: String,
      required: true,
    },
  },
};
</script>

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