debian-mirror-gitlab/app/assets/javascripts/ci_lint/components/ci_lint.vue

15 lines
158 B
Vue
Raw Normal View History

2020-11-24 15:15:51 +05:30
<script>
export default {
props: {
endpoint: {
type: String,
required: true,
},
},
};
</script>
<template
><div></div
></template>