dbsd_kczx_java/ant-design-vue-jeecg/src/components/layouts/BlankLayout.vue

16 lines
154 B
Java
Raw Normal View History

2019-02-25 15:58:05 +08:00
<template>
<div>
<router-view />
</div>
</template>
<script>
export default {
name: "BlankLayout",
}
</script>
<style scoped>
</style>