Blame view

ant-design-vue-jeecg/src/components/layouts/BlankLayout.vue 147 Bytes
肖超群 authored
1
2
<template>
  <div>
肖超群 authored
3
    <router-view/>
肖超群 authored
4
5
6
7
8
  </div>
</template>

<script>
肖超群 authored
9
10
11
export default {
  name: "BlankLayout",
}
肖超群 authored
12
13
14
15
16
</script>

<style scoped>

</style>