This commit is contained in:
2025-09-08 16:36:37 +08:00
parent cdaaedfff6
commit 1895076d95

View File

@@ -0,0 +1,11 @@
<template>
<div class="single-page_layout">
<router-view />
</div>
</template>
<style lang="less" scoped>
.single-page_layout {
width: 100vw;
height: 100vh;
}
</style>