gtsoft-snail-job-server/frontend/src/layouts/BlankLayout.vue

17 lines
148 B
Vue
Raw Normal View History

2023-01-14 21:02:18 +08:00
<template>
<div>
<router-view />
</div>
</template>
<script>
export default {
name: 'BlankLayout'
}
</script>
<style scoped>
</style>