debian-mirror-gitlab/app/assets/javascripts/registry/explorer/pages/index.vue
2020-05-24 23:13:21 +05:30

11 lines
167 B
Vue

<script>
export default {};
</script>
<template>
<div>
<transition name="slide">
<router-view ref="router-view" />
</transition>
</div>
</template>