mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-05 16:56:35 +08:00
8 lines
184 B
Vue
8 lines
184 B
Vue
|
|
<template>
|
||
|
|
<div class="box">
|
||
|
|
<div class="content">
|
||
|
|
<RouterView/>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</template>
|
||
|
|
<style src="@/assets/styles/login.scss" scoped></style>
|