2022-11-24 18:16:37 +08:00

9 lines
121 B
Vue

<template>
<CommonPage>
<div>a-2</div>
<div pl-20>
<RouterView />
</div>
</CommonPage>
</template>