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

6 lines
78 B
Vue
Raw Normal View History

2020-03-13 15:44:24 +05:30
<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>