debian-mirror-gitlab/app/assets/javascripts/registry/explorer/pages/index.vue

10 lines
117 B
Vue
Raw Normal View History

2020-03-13 15:44:24 +05:30
<script>
2020-05-24 23:13:21 +05:30
export default {};
2020-03-13 15:44:24 +05:30
</script>
<template>
2020-04-08 14:13:33 +05:30
<div>
2020-10-24 23:57:45 +05:30
<router-view ref="router-view" />
2020-03-13 15:44:24 +05:30
</div>
</template>