mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-12-28 04:00:22 +08:00
9 lines
121 B
Vue
9 lines
121 B
Vue
<template>
|
|
<CommonPage>
|
|
<div>a-1</div>
|
|
<div pl-20>
|
|
<RouterView />
|
|
</div>
|
|
</CommonPage>
|
|
</template>
|