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

12 lines
149 B
Vue
Raw Normal View History

2020-03-13 15:44:24 +05:30
<script>
export default {};
</script>
<template>
2020-04-08 14:13:33 +05:30
<div>
2020-03-13 15:44:24 +05:30
<transition name="slide">
<router-view />
</transition>
</div>
</template>