petra-tool / frontend / src / views / error / Index.vue
Index.vue
Raw
<template>
  <div>
    <router-view></router-view>
  </div>
</template>

<script>
export default {
  name: "Index.vue"
}
</script>

<style scoped>

</style>