debian-mirror-gitlab/app/assets/javascripts/registry/explorer/pages/index.vue
2020-04-08 14:13:33 +05:30

11 lines
149 B
Vue

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