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

12 lines
167 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-03-13 15:44:24 +05:30
<transition name="slide">
2020-04-22 19:07:51 +05:30
<router-view ref="router-view" />
2020-03-13 15:44:24 +05:30
</transition>
</div>
</template>