UNPKG

253 BPlain TextView Raw
1<template>
2 <app-base class="bg">
3 <div class='flex'>
4 <article>
5 <route :comp="{name: 'login'}" name='root' v-ref:route></route>
6 </article>
7 </div>
8 </app-base>
9</template>
10
11<script>
12export default {
13}
14</script>