summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/registry/explorer/pages/index.vue
blob: 709a163d56d8ceb649b8c01148ba39a1da6844e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<script>
export default {};
</script>

<template>
  <div>
    <transition name="slide">
      <router-view ref="router-view" />
    </transition>
  </div>
</template>