irc_web/src/views/trials/trials-panel/subject/index.vue

6 lines
85 B
Vue

<template>
<div style="height:100%">
<router-view />
</div>
</template>