mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-05-04 06:51:29 +08:00
10 lines
165 B
Vue
10 lines
165 B
Vue
|
|
<!-- LayoutBlankPage/index.vue -->
|
|||
|
|
<template>
|
|||
|
|
<!-- 完全空白,不包裹任何容器 -->
|
|||
|
|
<router-view />
|
|||
|
|
</template>
|
|||
|
|
|
|||
|
|
<style scoped>
|
|||
|
|
/* 无样式 */
|
|||
|
|
</style>
|