BlankLayout.vue 135 Bytes
Newer Older
zhangchao's avatar
zhangchao committed
1 2 3 4 5 6 7
<template>
  <div class="blank-layout">
    <router-view />
  </div>
</template>

<script lang="ts" setup name="BlankLayout"></script>